'How should I sink Apache-flink stream data into Druid?
I am wondering what is the best way to directly sink Apache-Flink stream data into Druid.
I know Tranquility, but it does not support the latest Flink and Druid. Does anyone know a better solution for it?
Solution 1:[1]
According to the latest docs, the recommended architecture would appear to be Flink -> Kafka -> Druid.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | htmlboss |
