Description
When migrating from one environment to another, it might be necessary to rename topics or consumer groups.
Before
prod-consumer,prod.topic,0,100
After
qa-consumer,qa.topic,0,100
A user can just use sed for now to do this, but we might want to support this natively.
Description
When migrating from one environment to another, it might be necessary to rename topics or consumer groups.
Before
After
A user can just use
sedfor now to do this, but we might want to support this natively.