Hello, Is there a way to migrate kafka data from server A to another server B?
Can I just copy the data from $log.dir in server.properties and zookeeper file from $dataDir in zookeeper.properties from server A to server B, and then run server B's kafka instance? thanks, Jason