Skip to content

vgargatgit/kafka

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

kafka

Contains Java code snippets for Kafka

top-level directory layout

.
├── AvroExamples            # Avro files 
  └── AvroSimpleExample     # Simple Avro schema example
  └── AvroUnionExample      # Avro schema with "union of types" example
└── README.md

IDE Setup (Eclipse)

After cloning from github:

  • import the individual project (AvroSimpleExample for example) into Eclipse as a Maven project.

  • Ensure that target/generated-sources/avro is before src/main/java in build path:

    • Check Right Click Project -> Build Path -> Configure Build Path... Eclipse screenshot for reordering the build path

    • Reorder build class path order if required
      Eclipse screenshot for reordering the build path

About

Kafka related

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages