DataflowTemplates icon indicating copy to clipboard operation
DataflowTemplates copied to clipboard

[Bug]: Description of readBootstrapServerAndTopic parameter is incorrect

Open VeronicaWasson opened this issue 11 months ago • 0 comments

Related Template(s)

Kafka_to_Kafka

Template Version

latest

What happened?

The description for readBootstrapServerAndTopic includes this example string: localhost:9092;topic1,topic2, which implies the template can read from multiple source topics.

However from testing, this doesn't seem to work. I get the following error:

 org.apache.kafka.common.errors.InvalidTopicException: Topic 'topic1,topic2' is invalid

See customer issue b/412615052

Relevant log output


VeronicaWasson avatar May 27 '25 23:05 VeronicaWasson