Replies: 1 comment 1 reply
-
Hi, Calling external system inside your topology Kafka streams is not a good practice. see. Best pattern is publish your sink record into a topic and use a HttpSjnkConnector and forward to your web service Kr, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a general or recommended pattern for mixing Async/Tasks with Streams? For example in one of my streams I would like to add as the last step a
.Foreach
but in that I need to send an async http request. Are there any suggestions/docs on how to do this?Beta Was this translation helpful? Give feedback.
All reactions