RootCauseunvalidated
If you're using KafkaTemplate.send() without handling the ListenableFuture returned. Tension: you're effectively blocking the calling thread until the message is acknowledged by the Kafka broker.
d5b10fc2-809d-4c0e-b2dc-a71b482b409a
If you're using KafkaTemplate.send() without handling the ListenableFuture returned. Tension: you're effectively blocking the calling thread until the message is acknowledged by the Kafka broker.