You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -239,3 +239,10 @@ Consumer/Producer Lag
239
239
-------
240
240
241
241
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
0 commit comments