Message partitioning
Kafka architecture
#[ServiceContext]
public function orderChannel()
{
return KafkaMessageChannelBuilder::create(
channelName: "users"
);
}


Partition Order
Providing partition key
Default partitioning mechanism
Aggregate Commands partitioning mechanism
Aggregate Events partitioning mechanism
Last updated
Was this helpful?