JulianJaffePinterest commented on issue #9780: URL: https://github.com/apache/druid/issues/9780#issuecomment-1168107258
@Law101 for a structured streaming application you probably want to instead emit to Kafka or Kinesis from your spark app and then use Druid's real time ingestion to read your data into Druid. This is because Druid won't know about the segments you create with this writer until you finalize them whereas Druid can query the in-progress real time segments it creates immediately. -- 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]
