Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wish list item: package refactoring #105

Open
ppine7 opened this issue Nov 14, 2019 · 0 comments
Open

wish list item: package refactoring #105

ppine7 opened this issue Nov 14, 2019 · 0 comments

Comments

@ppine7
Copy link

ppine7 commented Nov 14, 2019

the main package used in the public kafka-es-indexer project is: "org.elasticsearch.kafka.indexer"

Changes I'd like to make:

  1. for all Kafka batch consumer related classes - use "org.kafka.batch.consumer" package
  2. for generic batch processing classes - use "org.kafka.batch.processor" package
  3. for ES-specific batch processor (indexer) - use "org.kafka.batch.processor.es" package
  4. for the example implementation of the ES batch processor - use "org.kafka.batch.processor.es.example" package
  5. rename "kafka-es-indexer" project to "kafka-batch-processor"
  6. rename all related property files/ Spring configs

This involves refactoring of the following:
– kafka-es-indexer project
– package/target build for Travis/JFrog (???)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant