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
could you please update https://github.com/spring-cloud/spring-cloud-stream-samples/tree/master/kinesis-samples/kinesis-produce-consume with sample how to handle errors when sending messages to Kinesis Stream?
Errors I'm thinking about are: invalid stream (non existing) name, missing PutRecord right or ProvisionedThroughputExceededException.
I'd like to see how to intercept such an error and log it.
Kind Regards,
Jarek
The text was updated successfully, but these errors were encountered:
Hi,
could you please update
https://github.com/spring-cloud/spring-cloud-stream-samples/tree/master/kinesis-samples/kinesis-produce-consume
with sample how to handle errors when sending messages to Kinesis Stream?Errors I'm thinking about are: invalid stream (non existing) name, missing PutRecord right or ProvisionedThroughputExceededException.
I'd like to see how to intercept such an error and log it.
Kind Regards,
Jarek
The text was updated successfully, but these errors were encountered: