kafka-connect-http icon indicating copy to clipboard operation
kafka-connect-http copied to clipboard

Add support for unordered results

Open leonasa opened this issue 1 year ago • 0 comments

Is your feature request related to a problem? Please describe. I haven't seen an option to order the results when the API returns. I am working with an API where the results are not ordered and any option in the http.response.list.order.direction config allows it to be correctly sorted.

Describe the solution you'd like Maybe another option like ASC_FORCED_BY_TIMESTAMP or even/either ASC_FORCED_BY_KEY would be added to sort the results based on the property.

Describe alternatives you've considered I have not found any alternatives yet.

Additional context I saw your answer for issue #126, maybe you do not see fit for this in the project. I have already worked on a solution. I will add a pull request very soon.

leonasa avatar Dec 29 '22 01:12 leonasa