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
Adds support for late bound topic names, outlined in #1004 and #985. There is a new WithTopicName overload available on TopicPublicationBuilder that accepts a Func<Message, string> which is called at publish time to determine what topic to publish the message to.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
What's Changed
Adds support for late bound topic names, outlined in #1004 and #985. There is a new
WithTopicName
overload available onTopicPublicationBuilder
that accepts aFunc<Message, string>
which is called at publish time to determine what topic to publish the message to.Full Changelog: v7.0.0-beta.2...v7.0.0-beta.3
This discussion was created from the release Version 7.0.0-beta.3.
Beta Was this translation helpful? Give feedback.
All reactions