Poller to send messages out to kafka binding
The code below using spring cloud stream kafka works fine but everything has to be in this one method.
Poller to send messages out to kafka binding
The code below using spring cloud stream kafka works fine but everything has to be in this one method.
When is StreamBridge returning false and when is it throwing an Exception
The documentation for StreamBridge states, that the send method returns false or throws an exception if data wasn’t sent successfully.