forked from ppine7/kafka-elasticsearch-consumer
-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Description
the main package used in the public kafka-es-indexer project is: "org.elasticsearch.kafka.indexer"
Changes I'd like to make:
- for all Kafka batch consumer related classes - use "org.kafka.batch.consumer" package
- for generic batch processing classes - use "org.kafka.batch.processor" package
- for ES-specific batch processor (indexer) - use "org.kafka.batch.processor.es" package
- for the example implementation of the ES batch processor - use "org.kafka.batch.processor.es.example" package
- rename "kafka-es-indexer" project to "kafka-batch-processor"
- rename all related property files/ Spring configs
This involves refactoring of the following:
– kafka-es-indexer project
– package/target build for Travis/JFrog (???)
Metadata
Metadata
Assignees
Labels
No labels