Re: Subscriber seek earliest or latest only if subscriber never did an ack before

2018-08-01 Thread Matteo Merli
Hi Alejandro, It is possible to specify the position where a subscription should be initialized (if it doesn't exist). See `ConsumerBuilder.subscriptionInitialPosition()`

Re: EXTERNAL: Re: ObjectMapper

2018-08-01 Thread Schaffert, Lowell
I need to pass arguments to tell Jackson to not use the getters and setters in the classes just the fields. Lowell From: Jerry Peng Sent: Wednesday, August 1, 2018 2:55:12 PM To: users@pulsar.incubator.apache.org Subject: EXTERNAL: Re: ObjectMapper Lowell,

Re: ObjectMapper

2018-08-01 Thread Jerry Peng
Lowell, Currently there is not a way to get the ObjectMapper used in the JSONSchema, but it would be a very simple change in the code to expose that. What is the use case you are concerned about? Creating too many ObjectMappers / wanting to just reuse a single ObjectMapper? Best, Jerry On