abhishekagarwal87 commented on PR #14857: URL: https://github.com/apache/druid/pull/14857#issuecomment-1686111246
@kfaraz - I read it a bit more. So these fields are populated if you set the input format to Kafka. If you leave the input format same as underlying data e.g. avro, these metadata fields are not populated. If you set the input format to Kafka and still want to not ingest this column, there are following ways - add `kafka.topic` to dimension exclusion list - disable auto-discovery by setting useSchemaDiscovery and includeAllDimensions to false and don't add the column to ingestion spec Now that we know above, I think it's ok to not do special handling for topic column. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
