-
Enhancement
-
Resolution: Done
-
Minor
-
None
-
None
We have a use case where we want to collect all the transactions from different mysql sources in a single topic. The current transaction topic name is hard coded to the below in TransactionMonitor
this.topicName = connectorConfig.getLogicalName() + TOPIC_SUFFIX;
Can we expose this as a configuration and override this behavior?
- is related to
-
DBZ-4180 Pluggable topic selector
- Closed