We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
Kafka09 : create OUTPUT table topic( messages varchar ) with ( type = 'kafka09', kafka_topic = 'T1', msg_format='json', //messages send format partitionKey ='eventtime', "zookeeper.connect" = 'zk:2181' );
@harbby Is this syntax okay?
Sorry, something went wrong.
Hi @lingya , Thank you very much for your contribution, your design is very good, I have made some expansions.
create OUTPUT table topic( event_time long, --Can not(高版本kafka 允许设置该时间) partition long, --Can not(可以没有) key varchar, -- Can not(可以没有) message varchar -- or binary ) with ( type = 'kafka09', kafka_topic = 'T1', kafka_brokes = 'localhost:9092' zookeeper_connect" = 'zk:2181' );
It‘s my pleasure.
lingya
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: