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
This should be easy to implement. Take the provide a config for topicMap, and parse the string on topic#container.
Need to consider what to do if -
a) that config is not provided,
b) does this make another config redundant and therefore a breaking change
c) what to do if the string is supplied in the incorrect format.
## Problem Statement
I want to map multiple topics to one single cosmos db container like this:
"connect.cosmos.containers.topicmap": "topicA#container,topicB#container"
This is currenltly not supported since
TopicContainerMap
uses theBidiMap
data structure, which only allows for a 1-1 relationships.## Proposed Solution
Allow multiple topics to map to one single container by allowing many-to-one relationships in
TopicContainerMap
.Next Steps
The text was updated successfully, but these errors were encountered: