pradeepgv42 opened a new pull request #5758: URL: https://github.com/apache/incubator-pinot/pull/5758
Add ability to pass SSL certs info to schema registry. Example Config to pass SSL certs to schema registry in the table config follows: "stream.kafka.decoder.prop.schema.registry.ssl.truststore.location": "", "stream.kafka.decoder.prop.schema.registry.ssl.keystore.location": "", "stream.kafka.decoder.prop.schema.registry.ssl.truststore.password": "", "stream.kafka.decoder.prop.schema.registry.ssl.keystore.password": "", "stream.kafka.decoder.prop.schema.registry.ssl.keystore.type": "", "stream.kafka.decoder.prop.schema.registry.ssl.truststore.type": "", "stream.kafka.decoder.prop.schema.registry.ssl.key.password": "", "stream.kafka.decoder.prop.schema.registry.ssl.protocol": "SSL", ---------------------------------------------------------------- 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