0

Let's say I have two topics i.e Topic1 & Topic2. Topic1 uses TopicNameStrategy and Topic2 uses TopicRecordNameStrategy. How to configure these two topics?

Chaitanya Kumar Ch
  • 309
  • 1
  • 5
  • 16

1 Answers1

0

Since this is configured in the converter, and converters are configured either at the worker or connector level, you will need to create two connectors, each with the subject name strategy set according to the topic read by that connector.

See also Kafka Connect not working with Subject Strategies

Robin Moffatt
  • 30,382
  • 3
  • 65
  • 92