stevenchange opened a new issue #638:
URL: https://github.com/apache/rocketmq-externals/issues/638


   provide a connection that can be well integrated with FlinkSQL。
   be similar to kafka:
   
   CREATE TABLE kafkaTable (
   user_id BIGINT,
   item_id BIGINT,
   category_id BIGINT,
   behavior STRING,
   ts TIMESTAMP(3)
   ) WITH (
   'connector' = 'kafka',
   'topic' = 'user_behavior',
   'properties.bootstrap.servers' = 'localhost:9092',
   'properties.group.id' = 'testGroup',
   'format' = 'csv',
   'scan.startup.mode' = 'earliest-offset'
   )


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to