Alexander Pucher

Results 2 comments of Alexander Pucher

we sort-of have this ability already. the default TLS settings for each component (broker, controller, ...) should already be injected in every connector-specific config. See for example, here: https://github.com/apache/pinot/blob/13b363c109e69d5069cc41490cc9ebc37078093a/pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/TlsIntegrationTest.java#L134. All...

+1. We caught this during testing. Adding default behavior could prevent this, too.