You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
We are using one java application as processor app and when some exception occurs inside application for some record, it sends that record to DLQ which is expected.
But DLQ receives stringfy JSON instead of JSON record.
So can you please do let us know If there is anything we need to specify for getting JSON msg inside DLQ?
Additional context:
If any exception happens in predefined application then it sends record to DLQ as JSON record while for custom application it convert it to stringify JSON.
The text was updated successfully, but these errors were encountered:
Additional Ifno - if we specify schema registry url for any bean and exception occured in that bean it sends data to DLQ as stringify JSON. if we are not specifying schema-registry config it sends data to DLQ as JSON.
@dkumarkartik@EmperorBlack Could you share your config/code here? Also, how can we reproduce it on our end? Which schema registry are you using? Confluent or the one from Spring Cloud Stream?
ilayaperumalg
changed the title
Reciving Stringify Json in DLQ instead of JSON itself
Receiving Stringify Json in DLQ instead of JSON itself
Apr 4, 2024
Description:
We are using one java application as processor app and when some exception occurs inside application for some record, it sends that record to DLQ which is expected.
But DLQ receives stringfy JSON instead of JSON record.
So can you please do let us know If there is anything we need to specify for getting JSON msg inside DLQ?
Additional context:
If any exception happens in predefined application then it sends record to DLQ as JSON record while for custom application it convert it to stringify JSON.
The text was updated successfully, but these errors were encountered: