Re: configuration of the Pulsar component

2020-01-22 Thread Andrea Cosentino
By the way if you think the documentation should be improved or the component needs different stuff, open an issue and help by sending a Pull Request. Thanks. Il giorno gio 23 gen 2020 alle ore 08:37 Andrea Cosentino ha scritto: > We have this example based on Spring DSL and Pulsar. > > >

Re: configuration of the Pulsar component

2020-01-22 Thread Andrea Cosentino
We have this example based on Spring DSL and Pulsar. https://github.com/apache/camel/blob/master/examples/camel-example-spring-pulsar/src/main/resources/camel-client.xml Il giorno gio 23 gen 2020 alle ore 08:32 Andreas Findert < andreas.find...@web.de> ha scritto: > thx Andrea, > > but if this

Re: configuration of the Pulsar component

2020-01-22 Thread Andreas Findert
thx Andrea, but if this is the only way to set up a pulsar client via the camel-pulsar component, it makes it difficult to use it via the the Spring DSL: - setting up a client bean doesn't work, because the "factory-method" can't be directly applied to the client builder call in fluent style -

Salesforce PushTopic subscription replayId not working as expected

2020-01-22 Thread Rick Matusiewicz
Hello, I am attempting to use the camel-salesforce component to subscribe to a Salesforce PushTopic. I am having a couple issues: 1) When I set the replayId = -2 , and when my route starts up there are no existing messages coming in even though there are messages on the PushTopic in the past 24

https in jetty consumer when adding "sslContextParameters" parameters works without specifying a scheme "https"

2020-01-22 Thread Mikhail Lukyanov
Hello everyone I don't understand why specifying "https" scheme when https jetty consumer works fine only with "sslContextParameters" parameters. What do I indicate scheme htps or http nothing changes, although the examples indicate what you need https.