Skip to content

Commit d5c3c0c

Browse files
authored
migration to cmak notes
1 parent 2740a58 commit d5c3c0c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,3 +239,10 @@ Consumer/Producer Lag
239239
-------
240240

241241
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.
242+
243+
Migration from Kafka Manager to CMAK
244+
-------
245+
246+
1. Copy config files from old version to new version (application.conf, consumer.properties)
247+
2. Change start script to use bin/cmak instead of bin/kafka-manager
248+

0 commit comments

Comments
 (0)