Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
3.12.0, 3.14.0
-
None
-
Unknown
Description
I'm trying something like this
.toD(
{{ kafka("my-topic")}}
{{ .brokers("kafka.brokers")}}
{{ .partitioner(org.apache.kafka.clients.producer.RoundRobinPartitioner.class.getName())}}
{{ .valueSerializer(ByteArraySerializer.class.getName()))}}
and I get this error
Metadata response reported invalid topics //my-topic
This is because parseTopicName in KafkaSendDynamicAware is unaware of the // in the uri.