josephmachado / beginner_de_project_stream

Simple stream processing pipeline
https://www.startdataengineering.com/post/data-engineering-project-for-beginners-stream-edition/
91 stars 27 forks source link

Issue with ververica platform deployed on k8s #4

Open tunguyen222 opened 3 years ago

tunguyen222 commented 3 years ago

Thats a great project!! So far as I know we can create a similar project using Flink SQL. I tried to deploy a flow like this (using ververica platform deployed on k8s): MySQL DB -> kafka -> SQLFlink -> mySQL DB. When doing this, i had problem with deploy on K8s but cannot see any fail log, and i cannot see any records to be written to destination db. So could you please help me more to config this one? I'll give you more detail about this if you can help! Thanks in advance and have a nice weekend

Thanks and regards!