Skip to content

Commit

Permalink
migration to cmak notes
Browse files Browse the repository at this point in the history
  • Loading branch information
patelh authored Feb 20, 2020
1 parent 2740a58 commit d5c3c0c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,3 +239,10 @@ Consumer/Producer Lag
-------

Producer offset is polled. Consumer offset is read from the offset topic for Kafka based consumers. This means the reported lag may be negative since we are consuming offset from the offset topic faster then polling the producer offset. This is normal and not a problem.

Migration from Kafka Manager to CMAK
-------

1. Copy config files from old version to new version (application.conf, consumer.properties)
2. Change start script to use bin/cmak instead of bin/kafka-manager

0 comments on commit d5c3c0c

Please sign in to comment.