Actual Behavior
The in-memory channel controller writes the subscribers list from all channels into a config map that is shared with its dispatcher. This can be leveraged for other channel provisioners like kafka channel. PR #589 establishes the usefulness of this feature, however, it does not share this code with in-memory channel.
Expected behavior
The provisioners should share the dispatcher config map related code.
UPDATE:
Also need to include the changes from this comment while refactoring 14bb019#r232861763
Actual Behavior
The in-memory channel controller writes the subscribers list from all channels into a config map that is shared with its dispatcher. This can be leveraged for other channel provisioners like kafka channel. PR #589 establishes the usefulness of this feature, however, it does not share this code with in-memory channel.
Expected behavior
The provisioners should share the dispatcher config map related code.
UPDATE:
Also need to include the changes from this comment while refactoring 14bb019#r232861763