stevenchange commented on issue #631:
URL: 
https://github.com/apache/rocketmq-externals/issues/631#issuecomment-704762580


   the demo like this:
   "CREATE TABLE datagen ( \n" +
   "  f_sequence INT, \n" +
   "  f_random INT, \n" +
   "  f_random_str STRING \n" +
   ") WITH ( \n" +
   "  'connector' = 'rmq-flink',\n" +
   "  'topic' = '" + topic + "', \n" +
   "  'nameserver.address' = '" + nameServer + "', \n" +
   "  'group' = 'connector', \n" +
   "  'format' = 'rmq-json' \n" +
   ")";


----------------------------------------------------------------
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