Relative Content

Tag Archive for apache-flinkflink-streaming

Sink Data to DB and Kafka/Axon in a single Transaction

I am new to Flink and have a use case to consume data from Topic1 and insert/update in DB and also push the same data to Topic2 that will be used by different services. The code I have now is something like below:

In-memory, replicated cache for Apache Flink tasks

Im processing a stream that needs to be transformed based on an inventory data. Inherently, the inventory data will be big (dont have exact figure) and will have A LOT of reads and very few writes.

Connecting to Multiple Broadcasted Streams in Flink

I have a user-case in Flink where I need to connect to 2 Broadcast streams to perform a certain KeyedProcessFunction operation. Does Flink allow this? I’m unable to see any API that supports multiple broadcast streams in one ProcessFunction.
enter image description here