How to Migrate to Local Redpanda From ConfluentΒΆ
If you don't run local kafka, do nothing.
graph TD
A[Start] --> B{I run local kafka}
B -->|yes| D[Proceed]
B -->|no| Z[Do nothing]
B -->|unsure| E[Check docker compose ps for kafka]
E -->|nothing| Z
E -->|something is there| D
- Make sure that you have old profile
kafkaenabledbash grep 'COMPOSE_PROFILES=' .envIf not, enable it withCOMPOSE_PROFILES=kafka. - Remove old confluent containers
- Remove
kafkafromCOMPOSE_PROFILESand addredpanda - Run make
make ri - visit
http://trader.docker:8081