pplaatje opened a new issue #6123: URL: https://github.com/apache/incubator-pinot/issues/6123
Hi, We're looking into using Apache Pinot for our OLAP requirements, and we're currently running into an issue: Our Kafka Clusters, and as such also our (Confluent) schema registry (AVRO schemas) are cloud hosted. As such, we connect to our Kafka Cluster over the public internet using the SSL configuration properties available and all of that seems to be working fine. However, we seem to be running into an issue when we try to use basic auth (over SSL, but we suspect the basic auth to be the culprit here) to connect to the schema registry. From the source for the Confluent Avro plugin, it looks like the props used by confluent to pass in basic auth credentials (https://docs.confluent.io/current/security/basic-auth.html#basic-auth-sr) are not available here: https://github.com/apache/incubator-pinot/blob/master/pinot-plugins/pinot-input-format/pinot-confluent-avro/src/main/java/org/apache/pinot/plugin/inputformat/avro/confluent/KafkaConfluentSchemaRegistryAvroMessageDecoder.java Before working on a PR, could someone validate our assumptions above and let us know if they make sense? Please let me know if more info is required. Thanks in advance. Best regard, Patrick ---------------------------------------------------------------- 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: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org