morningman commented on a change in pull request #1204: Support arbitrary kafka
properties
URL: https://github.com/apache/incubator-doris/pull/1204#discussion_r287692307
##########
File path: be/src/runtime/routine_load/data_consumer.cpp
##########
@@ -72,6 +72,13 @@ Status KafkaDataConsumer::init(StreamLoadContext* ctx) {
RETURN_IF_ERROR(set_conf("api.version.request", "true"));
RETURN_IF_ERROR(set_conf("api.version.fallback.ms", "0"));
+ for(auto item : ctx->kafka_info->properties) {
Review comment:
No, for further extension, I think we should reserve the prefix of these
properties, so that BE can decide how to use these properties.
----------------------------------------------------------------
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]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]