fx19880617 opened a new pull request #6373: URL: https://github.com/apache/incubator-pinot/pull/6373
## Description Fixing the issue of failure to create a realtime table with env variable inside it. Current Pinot doesn't apply env variables during the table creation phase. For the real-time table creation, Kafka consumer won't be initialized correctly when Kafka connection secrets are configured as env variables. E.g. ``` "ssl.truststore.password": "${KAFKA_TRUSTSTORE_PASSWORD}", "ssl.keystore.password": "${KAFKA_KEYSTORE_PASSWORD}", ``` ---------------------------------------------------------------- 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