arina-ielchiieva commented on a change in pull request #1345: DRILL-6494: Drill 
Plugins Handler
URL: https://github.com/apache/drill/pull/1345#discussion_r199322176
 
 

 ##########
 File path: 
contrib/storage-kafka/src/main/resources/bootstrap-storage-plugins.json
 ##########
 @@ -2,8 +2,8 @@
   "storage":{
     kafka : {
       type:"kafka",
-      enabled: false,
-      kafkaConsumerProps: {"bootstrap.servers":"localhost:9092", "group.id" : 
"drill-consumer"}
+      kafkaConsumerProps: {"bootstrap.servers":"localhost:9092", "group.id" : 
"drill-consumer"},
+      enabled: false
 
 Review comment:
   DRILL-6526 changed enabled config placement to be in the end of the json 
file for file storage plugins to be consistent with others, Vitalii just 
updated json files in project to be the same. You might be using not recent 
Drill version, anyway it doesn't really matter where enabled property is placed 
during deserialization.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to