Question about flink sql
Hi: I use flink sql,and run a script that has one souce an two sink,I can see 2 jobs runing through webUI,is that normal? Can some way to ensure only run on job that has one source and two sink? Thank you
Some question with flink rabbitmq connector?
Hi: recently,we want to use flink rabbitmq connector RMQSink,but we found that the RMQSink not use the message confirm mechanism,waitForConfirm() function or add Confirm listener,why?,I want to know the connector is there any garantee for message not loss.