You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2020/08/10 01:40:49 UTC

[GitHub] [druid] FrankChen021 commented on issue #10252: Kafka indexing from multiple topics into single datasource

FrankChen021 commented on issue #10252:
URL: https://github.com/apache/druid/issues/10252#issuecomment-671131341


   What's the purpose of this requirement? Could you give more details of your use case ? 
   
   As I know in practice, different topics in Kafka usually contains different messages with different schemas, it does not make sense to ingest data from different topics into one data source. If the schemas of messages from different topics are the same, why would not you put the messages into one topic together ? 
   
   If combining the topics into one is not easy in your case, I would create a consumer application to combine messages from these different topics into one topic from which druid could ingest


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org