You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a requirement to do some grouping based on
a timestamp in the payload (not current time of the kafka envelope time)
other custom fields in the payload
This is for Avro records going the GCS (for us) but clearly could be generalised
What I was thinking is to bypass the RecordGroupingFactory to allow for a custom record grouping to be defined, probably by a configuration parameter
So mostly a change to AivenCommonConfig to enable the parameter, RecordGroupingFactory to observe it
I am happy to submit a PR if this looks to be the "right" way to do this, but I am new to this library and happy to take a steer first
The text was updated successfully, but these errors were encountered:
for the custom grouper draft PR is #300
I have added some tests and check it works for our use case next week, but would appreciate any feedback or re-steer
We have a requirement to do some grouping based on
This is for Avro records going the GCS (for us) but clearly could be generalised
What I was thinking is to bypass the
RecordGroupingFactory
to allow for a custom record grouping to be defined, probably by a configuration parameterSo mostly a change to
AivenCommonConfig
to enable the parameter,RecordGroupingFactory
to observe itI am happy to submit a PR if this looks to be the "right" way to do this, but I am new to this library and happy to take a steer first
The text was updated successfully, but these errors were encountered: