Open ejsmith opened 2 years ago
For Kafka:
Publishing usually specifies an optional message key (generic but typically a string) which is the partition key. We also need to pass through a context object that we can grab correlation id from. Also, we should be able to specify a message type that we can specify that maps to a specific type in subscribing platform.
Benefits
Scenarios
Implementations
IMessageBus
for sending and RPC calls andIHandler
for handling messages