Skip to content

Instantly share code, notes, and snippets.

@recursivecodes
Created October 9, 2019 13:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save recursivecodes/81ef3888ac7ee5879e94ef6d9021b89d to your computer and use it in GitHub Desktop.
Save recursivecodes/81ef3888ac7ee5879e94ef6d9021b89d to your computer and use it in GitHub Desktop.
KafkaProducerExample.java
package codes.recursive;
public class KafkaProducerExample {
public static void main(String... args) throws Exception {
System.out.println("producer");
CompatibleProducer producer = new CompatibleProducer();
producer.produce();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment