Re: Using RMQ connector in pyflink

2021-08-23 Thread Nadia Mostafa
but RMQ is not listed in the supported Taple API connectors, should I define a custom source? On Mon, Aug 23, 2021 at 4:56 AM Caizhi Weng wrote: > Hi! > > You can first use the Table & SQL API to create a RMQ source table[1]. > > Then you can use the to_data_stream method in TableEnvironment to

Re: Using RMQ connector in pyflink

2021-08-22 Thread Caizhi Weng
Hi! You can first use the Table & SQL API to create a RMQ source table[1]. Then you can use the to_data_stream method in TableEnvironment to change the table to a data stream. [1] https://ci.apache.org/projects/flink/flink-docs-stable/docs/dev/python/table/python_table_api_connectors/ Nadia Mos

Using RMQ connector in pyflink

2021-08-22 Thread Nadia Mostafa
Hello, Is there any way to use RMQ as a data source in the DataStream python api? Thanks in advance