For Kafka threads, if we use a lower level API, we can control the commit or not. Therefore, if problems arise in our code, and we do not want to transmit this message. In this case, Kafka will re-update this message several times until the problem is fixed.
But how to control whether to transmit a message when using its higher-level DSL interface?
Resources
http://docs.confluent.io/2.1.0-alpha1/streams/developer-guide.html
source
share