I need to read from a topic in one bootstrap server & write it to another
topic in another bootstrap server. Since there's only one
StreamsConfig.BOOTSTRAP_SERVERS_CONFIG property, I am wondering how to
accomplish this?

Do I need to create 2 different KafkaStreams objects? One for reading & the
other for writing?

Reply via email to