Just want to discuss a small improvement for setting ordering fields.
For
- property `hoodie.payload.ordering.field` and
- deltastreamer --source-ordering-field
I think it can be useful to support multiple fields (configured via a
comma-separated list) to determine the order in some cases. This would need
another config to set the Comparable implementation, say
hoodie.payload.ordering.comparable.class to allow custom logic for doing
comparison.

Any suggestions? Thanks.

Reply via email to