From d5c3c0c569d4c039b77bcaf0254357ba834d1845 Mon Sep 17 00:00:00 2001 From: patelh Date: Wed, 19 Feb 2020 22:35:44 -0800 Subject: [PATCH] migration to cmak notes --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index f99e18026..81475da46 100644 --- a/README.md +++ b/README.md @@ -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 +