https://github.com/kptfh/left-join-on-timeout
Kafka Streams left outer join on timeout
https://github.com/kptfh/left-join-on-timeout
java kafka kafka-streams outer-join
Last synced: about 1 year ago
JSON representation
Kafka Streams left outer join on timeout
- Host: GitHub
- URL: https://github.com/kptfh/left-join-on-timeout
- Owner: kptfh
- License: apache-2.0
- Created: 2018-04-13T13:51:27.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-02-20T07:06:20.000Z (over 7 years ago)
- Last Synced: 2025-03-29T19:34:30.484Z (about 1 year ago)
- Topics: java, kafka, kafka-streams, outer-join
- Language: Java
- Homepage:
- Size: 29.3 KB
- Stars: 7
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# left-join-on-timeout
Kafka Streams left join on timeout
## Usage
Eliminates the lack of sql-like left join semantic in kafka streams framework.
This implementation will generate left join event
only if full join event didn't happen in join window duration interval.
The main idea behind the scene is to schedule left joined event on left stream and cancel it on full joined stream.