Maplejw commented on issue #8064: how to ingest data from a kafka topic into 
multiple datasource by a supervisor?
URL: 
https://github.com/apache/incubator-druid/issues/8064#issuecomment-510709939
 
 
   > Could you do
   > 
   > ```json
   > {
   >   "type": "in",
   >   "dimension": "app_id",
   >   "values": ["10016","10017"]
   > }
   > ```
   > 
   > instead of
   > 
   > ```json
   > {
   >   "type" : "selector",
   >   "dimension" : "app_id",
   >   "value" : "10016"
   > }
   > ```
   > 
   > Would that give you the result you are looking for?
   
   
   In this way, data will be ingest to the same datasource if app_id equal to 
10016 or 10017.But I want they enter different datasource by a supervisor. 
   A supervisor and different datasouce, it means the json file about 
datasource should be variable, not a fixed value. So I think  Kafka Indexing 
Service cann't support it.

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

Reply via email to