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
I am trying to get the status of failed Kafka message request. I have tried session.status / session.isFailed on failed request but the status returned from session is 'OK' for failed request.
How can I know if a Kafka request is Failed.
Required this write the failed request message in a file
The text was updated successfully, but these errors were encountered:
Hi,
I am trying to get the status of failed Kafka message request. I have tried session.status / session.isFailed on failed request but the status returned from session is 'OK' for failed request.
How can I know if a Kafka request is Failed.
Required this write the failed request message in a file
The text was updated successfully, but these errors were encountered: