You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/10/12 08:46:09 UTC

[GitHub] [pulsar-client-node] RobertIndie opened a new pull request, #234: feat: Add chunking support

RobertIndie opened a new pull request, #234:
URL: https://github.com/apache/pulsar-client-node/pull/234

   ### Motivation
   
   This is the nodejs client feature catch up for [PIP 37](https://github.com/apache/pulsar/wiki/PIP-37%3A-Large-message-size-handling-in-Pulsar)
   
   ### Modifications
   
   * Add `chunkingEnabled ` to the producer configuration
   * Add `maxPendingChunkedMessage` and `autoAckOldestChunkedMessageOnQueueFull ` to the consumer configuration


-- 
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: dev-unsubscribe@pulsar.apache.org

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


[GitHub] [pulsar-client-node] BewareMyPower merged pull request #234: feat: Add chunking support

Posted by GitBox <gi...@apache.org>.
BewareMyPower merged PR #234:
URL: https://github.com/apache/pulsar-client-node/pull/234


-- 
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-node] RobertIndie commented on pull request #234: feat: Add chunking support

Posted by GitBox <gi...@apache.org>.
RobertIndie commented on PR #234:
URL: https://github.com/apache/pulsar-client-node/pull/234#issuecomment-1284882046

   Need to wait for the new release of pulsar cpp client to utilize te new feature. I mark it as draft until there is a new cpp client release.


-- 
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