Apache Kafka event streams consumed by workflows
An inspiration for this blog post is another blog post by Piotr Minkowski that perfectly introduced Kafka Streams with Quarkus. This triggered a thought - can workflows be used as an alternative to Kafka Streams to process multiple event streams (merge them and process various events streams with some correlation logic)?
A complete blog article can be found at Apache Kafka event stream with workflows