You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I am trying to write a Kafka Producer.I am able to send the even to Kafka Topic but consumer side my message is NULL.
public class SampleKafkaProvider extends RouteBuilder { @OverRide
public void configure() throws Exception {
log.info("About to start route: Kafka Server -> Log ");
Hi,
I am trying to write a Kafka Producer.I am able to send the even to Kafka Topic but consumer side my message is NULL.
public class SampleKafkaProvider extends RouteBuilder {
@OverRide
public void configure() throws Exception {
log.info("About to start route: Kafka Server -> Log ");
}
The text was updated successfully, but these errors were encountered: