lyft / flinkk8soperator

Kubernetes operator that provides control plane for managing Apache Flink applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Duplicate Data with BlueGreen Deployment

masterlemmi opened this issue · comments

Our usecase is streaming data from kafka --> processing them in flink --> and saving the data in a database.
With the blue green deployment, i assume while both blue and green are up both would be sending data in my db. Is that correct?
How would you recommend preventing this to happen so my data is still consistent.