Skip to content

wish list item: package refactoring #105

@ppine7

Description

@ppine7

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 (???)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions