You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently all transactions are sent just to one Kafka topic.
Describe the solution you'd like
It would be useful to divide the load into multiple topics and send transactions to certain topic based on table name or other conditions.
Describe alternatives you've considered
To divide the load - such spread of transactions to multiple Kafka topics can be made as an another level of transaction processing.
Additional context
Dividing transactions might mean that we lose transaction consistency.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Currently all transactions are sent just to one Kafka topic.
Describe the solution you'd like
It would be useful to divide the load into multiple topics and send transactions to certain topic based on table name or other conditions.
Describe alternatives you've considered
To divide the load - such spread of transactions to multiple Kafka topics can be made as an another level of transaction processing.
Additional context
Dividing transactions might mean that we lose transaction consistency.
The text was updated successfully, but these errors were encountered: