spring-kafka
spring-kafka copied to clipboard
add/provide a way to find out message to kafka server
trafficstars
Expected Behavior wanna the the exact message sent to kafka server.
as KafkaTemplate<K,V> using generic, it's not same behavior when V is String and Object.
Current Behavior no log for the actual message
Context