How to pass the TLS certs to the latest version of flink-connector-pulsar

2023-05-14 Thread Bauddhik Anand
I am trying to connect my Flink application to a Pulsar topic for ingesting data. The topic is active and i am able to ingest the data via a normal Java application. When i try to use the Flink application to ingest the data from the same topic, using the latest version of flink-connector-pulsar i

Re: How to pass the TLS certs to the latest version of flink-connector-pulsar

2023-05-15 Thread Bauddhik Anand
Can someone please help with this? On Mon, 15 May, 2023, 09:34 Bauddhik Anand, wrote: > I am trying to connect my Flink application to a Pulsar topic for > ingesting data. The topic is active and i am able to ingest the data via a > normal Java application. > > When i try t

Re: How to pass the TLS certs to the latest version of flink-connector-pulsar

2023-05-16 Thread Bauddhik Anand
iceurl' starts with "pulsar+ssl://"? [1] > > [1] > > https://nightlies.apache.org/flink/flink-docs-release-1.17/docs/connectors/datastream/pulsar/#pulsar-client-serviceurl > > Best, > Weihua > > > On Mon, May 15, 2023 at 7:22 PM Bauddhik Anand wrote: >