Skip to content

Akanshgoswami/Kafka-Custom-Serializer-Example

 
 

Repository files navigation

"#Kafka-Custom-Serializer-Example"

1. Import source code into Eclipse

Menu File –> Import –> Maven –> Existing Maven Projects

Browse to your source code location

Click Finish button to finish the importing

2. Create the Kafka Topic

Using commands in create-topics.sh (Linux) and create-topics.bat(Windows)

3. Run the example

Open the CustomSerializerMain.java

Right click -> Run As -> Java Application or use the shortcut: Alt+Shift+x, j to start the main method

All the source code are described in: How To Write A Custom Serializer in Apache Kafka

4. Related Posts

About

How To Write A Custom Serializer in Apache Kafka

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 92.5%
  • Batchfile 3.9%
  • Shell 3.6%