You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/10/26 05:56:37 UTC

[GitHub] [pulsar-client-reactive] lhotari opened a new pull request, #13: Configure SingletonPulsarContainer with acknowledgmentAtBatchIndexLevelEnabled=true

lhotari opened a new pull request, #13:
URL: https://github.com/apache/pulsar-client-reactive/pull/13

   - See https://pulsar.apache.org/docs/concepts-messaging/#batching
     - By default, batch index acknowledgement is disabled
   - For Pulsar standalone, Environment variable must be prefixed with `PULSAR_PREFIX_` since the configuration key `acknowledgmentAtBatchIndexLevelEnabled` is missing from default `conf/standalone.conf`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar-client-reactive] lhotari commented on pull request #13: Configure SingletonPulsarContainer with acknowledgmentAtBatchIndexLevelEnabled=true

Posted by GitBox <gi...@apache.org>.
lhotari commented on PR #13:
URL: https://github.com/apache/pulsar-client-reactive/pull/13#issuecomment-1291543048

   besides enabling the broker side setting, the consumer setting `.batchIndexAckEnabled(true)` also has to be set...


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar-client-reactive] cbornet merged pull request #13: Configure SingletonPulsarContainer with acknowledgmentAtBatchIndexLevelEnabled=true

Posted by GitBox <gi...@apache.org>.
cbornet merged PR #13:
URL: https://github.com/apache/pulsar-client-reactive/pull/13


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org