Reorder messages by timestamp #8440
Labels
enhancement
requires-streams-change
sql-syntax
streaming-engine
Tickets owned by the ksqlDB Streaming Team
Is your feature request related to a problem? Please describe.
Use case 1: Receiving stock market data from an external source, however, the source sometimes delivers the market data out of order. Need to re-order the records by the timestamp within a certain time window (say 30 second) in ksqlDB, so that the downstream topics will have the results back in the right order
Use case 2: Game provider clients can be offline and accumulate messages, then when they come online the messages are (sometimes) delivered. Need to re-order the messages for proper processing.
Describe the solution you'd like
Built-in function that re-orders records within a given window.
Describe alternatives you've considered
Kafka Streams example: confluentinc/kafka-streams-examples#411
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: