Hi ! Does someone know if the pinot-pulsar module ...
# general
m
Hi ! Does someone know if the pinot-pulsar module supports Pulsar authentication ?
m
Doesn't seem so atm:
Copy code
_pulsarClient = PulsarClient.builder().serviceUrl(_config.getBootstrapServers()).build();
m
thank you @User That's what I thought
👍 1