I am aware of the fact that during enrichment, if there is a client side event which doesn’t comply with JSON schema then Enrich App routes that to a bad stream.(Please add to the answer if am missing any thing here)
But In the collector config we specify name of kinesis bad stream, But it is not documented, what is the use case to have a bad stream in collector.
Hi @devsaik, the Kinesis Collector has a bad stream to handle oversized events being sent to the collector. A single event cannot exceed 1MB in size and is defined in the code here.
I will make sure to get the documentation updated to reflect this!