We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Summary
Raccoon doesn't support partition keys when producing messages to a Kafka Topic. Currently, it produces the message to any random partition(ref).
This is a feature request to support the partition key for each message in the API and SDK.
Proposed solution
Enable POST /api/v1/events to support this payload !
/api/v1/events
{ "req_guid": "1234abcd", "sent_time": { "seconds": 1638154927, "nanos": 376499000 }, "events": [ { "eventBytes": "Cg4KCHNlcnZpY2UxEgJBMRACIAEyiQEKJDczZTU3ZDlhLTAzMjQtNDI3Yy1hYTc5LWE4MzJjMWZkY2U5ZiISCcix9QzhsChAEekGEi1cMlNAKgwKAmlkEgJpZBjazUsyFwoDaU9zEgQxMi4zGgVBcHBsZSIDaTEwOiYKJDczZTU3ZDlhLTAzMjQtNDI3Yy1hYTc5LWE4MzJjMWZkY2U5Zg==", "type": "booking", "partition_key": "some-key" // <----------------new key support } ] }
Additional context
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Summary
Raccoon doesn't support partition keys when producing messages to a Kafka Topic. Currently, it produces the message to any random partition(ref).
This is a feature request to support the partition key for each message in the API and SDK.
Proposed solution
Enable POST
/api/v1/events
to support this payload !Additional context
The text was updated successfully, but these errors were encountered: