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 2020/06/26 04:18:33 UTC

[GitHub] [pulsar-client-node] s-yoshika opened a new issue #98: Support getRedeliveryCount of Message

s-yoshika opened a new issue #98:
URL: https://github.com/apache/pulsar-client-node/issues/98


   I need to use `message.getRedeliveryCount`  to acknowledge the message retryed too many(or to cancel the message). It seems not to be defined in pulsar-node-client but which is already defined in [cpp client](https://github.com/apache/pulsar/blob/master/pulsar-client-cpp/lib/c/c_Message.cc#L126).
   
   Is this going to be supported by pulsar-node-client? or are there any other ideas to achieve what I want?


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

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



[GitHub] [pulsar-client-node] frejonb commented on issue #98: Support getRedeliveryCount of Message

Posted by GitBox <gi...@apache.org>.
frejonb commented on issue #98:
URL: https://github.com/apache/pulsar-client-node/issues/98#issuecomment-652536670


   @dionjansen it might be easier if you propose the PR from your branch. 👍 


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

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



[GitHub] [pulsar-client-node] dionjansen commented on issue #98: Support getRedeliveryCount of Message

Posted by GitBox <gi...@apache.org>.
dionjansen commented on issue #98:
URL: https://github.com/apache/pulsar-client-node/issues/98#issuecomment-654156112


   @s-yoshika if by ready you mean published under a new version of this lib then no, the next version `1.2.0` is yet to be released. You can of course include the latest commit on master in your project, before the official release is ready: https://github.com/apache/pulsar-client-node/commit/a47dd211dcdd9f48cc242dc111097d8e5bc42fac


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

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



[GitHub] [pulsar-client-node] dionjansen edited a comment on issue #98: Support getRedeliveryCount of Message

Posted by GitBox <gi...@apache.org>.
dionjansen edited a comment on issue #98:
URL: https://github.com/apache/pulsar-client-node/issues/98#issuecomment-654156112


   @s-yoshika if by ready you mean published under a new version of this lib then no, the next version `1.2.0` is yet to be released (https://github.com/apache/pulsar-client-node/issues/80). You can of course include the latest commit on master in your project, before the official release is ready: https://github.com/apache/pulsar-client-node/commit/a47dd211dcdd9f48cc242dc111097d8e5bc42fac


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

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



[GitHub] [pulsar-client-node] hrsakai commented on issue #98: Support getRedeliveryCount of Message

Posted by GitBox <gi...@apache.org>.
hrsakai commented on issue #98:
URL: https://github.com/apache/pulsar-client-node/issues/98#issuecomment-994170279


   1.2.0` has already been released, so I closed this issue.


-- 
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] dionjansen commented on issue #98: Support getRedeliveryCount of Message

Posted by GitBox <gi...@apache.org>.
dionjansen commented on issue #98:
URL: https://github.com/apache/pulsar-client-node/issues/98#issuecomment-652467917


   @s-yoshika I believe this has already been implemented by @frejonb in https://github.com/apache/pulsar-client-node/compare/master...frejonb:add-redelivery 👏 . @frejonb any objections to publishing a PR?


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

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



[GitHub] [pulsar-client-node] s-yoshika edited a comment on issue #98: Support getRedeliveryCount of Message

Posted by GitBox <gi...@apache.org>.
s-yoshika edited a comment on issue #98:
URL: https://github.com/apache/pulsar-client-node/issues/98#issuecomment-654133958


   @dionjansen Thank you for your response! Is this function already ready? And if so, could you tell me when it is released?


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

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



[GitHub] [pulsar-client-node] s-yoshika edited a comment on issue #98: Support getRedeliveryCount of Message

Posted by GitBox <gi...@apache.org>.
s-yoshika edited a comment on issue #98:
URL: https://github.com/apache/pulsar-client-node/issues/98#issuecomment-654530813






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

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



[GitHub] [pulsar-client-node] hrsakai closed issue #98: Support getRedeliveryCount of Message

Posted by GitBox <gi...@apache.org>.
hrsakai closed issue #98:
URL: https://github.com/apache/pulsar-client-node/issues/98


   


-- 
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] s-yoshika commented on issue #98: Support getRedeliveryCount of Message

Posted by GitBox <gi...@apache.org>.
s-yoshika commented on issue #98:
URL: https://github.com/apache/pulsar-client-node/issues/98#issuecomment-654133958


   @dionjansen Thank you for your response! Is this function already ready? And if so, Could you tell me when it is released?


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

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



[GitHub] [pulsar-client-node] hrsakai edited a comment on issue #98: Support getRedeliveryCount of Message

Posted by GitBox <gi...@apache.org>.
hrsakai edited a comment on issue #98:
URL: https://github.com/apache/pulsar-client-node/issues/98#issuecomment-994170279


   `1.2.0` has already been released, so I closed this issue.


-- 
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] s-yoshika commented on issue #98: Support getRedeliveryCount of Message

Posted by GitBox <gi...@apache.org>.
s-yoshika commented on issue #98:
URL: https://github.com/apache/pulsar-client-node/issues/98#issuecomment-654530813


   @dionjansen Thanks! I'll wait for it to be released.


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

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



[GitHub] [pulsar-client-node] dionjansen commented on issue #98: Support getRedeliveryCount of Message

Posted by GitBox <gi...@apache.org>.
dionjansen commented on issue #98:
URL: https://github.com/apache/pulsar-client-node/issues/98#issuecomment-652497905


   @frejonb to help out I resolved any merge conflicts with the latest `1.2.0-rc.0` in this branch: https://github.com/dionjansen/pulsar-client-node/tree/getRedeliveryCount


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

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