Iot Use Case for processing the device data
kafka
Iot Use Case for processing the device data
PartitionKey
- Device specific events: Ensures all events for a specific device go to the same partition, maintaining per-device ordering.
Partition Key pattern is{country}-{customerId}-{deviceId} - Customer specific events: groups the events at the customer level when device-level granularity isn't needed.
Partition Key pattern is{country}-{customerId}-{deviceId}