Y
Hacker News
new
|
ask
|
show
|
jobs
by
javcasas
250 days ago
Create an event type for transfer with amount, source account and destination account.
1 comments
saxenaabhi
250 days ago
Right, but then your downstream consumers have to be global and can't be partitioned based on account_id or some other partition key?
link
javcasas
250 days ago
Consumers will have to read all events that concern them, yes. Maybe this type of event must end up in multiple partitions and will require some architectural shenanigans.
link