You need to create your own pulsarClient component option and set it on
your component

        PulsarClient client = PulsarClient.builder()

.serviceUrl("pulsar://localhost:6650,localhost:6651,localhost:6652")
                .build();

Then you can add this to your component configuration.

Il giorno mar 21 gen 2020 alle ore 12:37 Andreas Findert <
andreas.find...@web.de> ha scritto:

> how  to configure the broker URL for the pulsar client instantiated by
> the camel-pulsar component?
>
>
>

Reply via email to