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/06/08 16:04:54 UTC

[GitHub] [pulsar] michaeljmarshall opened a new issue, #15985: Add getLastMessageId feature to Python Client

michaeljmarshall opened a new issue, #15985:
URL: https://github.com/apache/pulsar/issues/15985

   **Is your feature request related to a problem? Please describe.**
   The `getLastMessageId` feature is available in the C++ client, but not in the python client.
   
   **Describe the solution you'd like**
   It'd be great if we can add the necessary python bindings to call the C++ client code.
   


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

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


[GitHub] [pulsar] michaeljmarshall closed issue #15985: Add getLastMessageId feature to Python Client

Posted by GitBox <gi...@apache.org>.
michaeljmarshall closed issue #15985: Add getLastMessageId feature to Python Client
URL: https://github.com/apache/pulsar/issues/15985


-- 
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] michaeljmarshall commented on issue #15985: Add getLastMessageId feature to Python Client

Posted by GitBox <gi...@apache.org>.
michaeljmarshall commented on issue #15985:
URL: https://github.com/apache/pulsar/issues/15985#issuecomment-1150621553

   Here is a draft PR to resolve this issue: https://github.com/apache/pulsar/pull/15993. If it is really just that simple, I will probably go through and add several features that are currently present in the C++ client but missing in the Python client.


-- 
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] BewareMyPower commented on issue #15985: Add getLastMessageId feature to Python Client

Posted by GitBox <gi...@apache.org>.
BewareMyPower commented on issue #15985:
URL: https://github.com/apache/pulsar/issues/15985#issuecomment-1150594414

   I think it's a simple job because it can leverage the C++ reader's API directly.


-- 
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] github-actions[bot] commented on issue #15985: Add getLastMessageId feature to Python Client

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #15985:
URL: https://github.com/apache/pulsar/issues/15985#issuecomment-1179639111

   The issue had no activity for 30 days, mark with Stale label.


-- 
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] michaeljmarshall commented on issue #15985: Add getLastMessageId feature to Python Client

Posted by GitBox <gi...@apache.org>.
michaeljmarshall commented on issue #15985:
URL: https://github.com/apache/pulsar/issues/15985#issuecomment-1150598303

   @BewareMyPower - that's great! The C++ consumer (or possibly ConsumerImpl) has the specific method, so it doesn't even need to be switched between reader/consumer.


-- 
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] michaeljmarshall commented on issue #15985: Add getLastMessageId feature to Python Client

Posted by GitBox <gi...@apache.org>.
michaeljmarshall commented on issue #15985:
URL: https://github.com/apache/pulsar/issues/15985#issuecomment-1150115276

   @BewareMyPower - I haven't added any features to the python client yet. Is this development work easy when it's already implemented in the C++ client? Thanks!


-- 
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] michaeljmarshall commented on issue #15985: Add getLastMessageId feature to Python Client

Posted by GitBox <gi...@apache.org>.
michaeljmarshall commented on issue #15985:
URL: https://github.com/apache/pulsar/issues/15985#issuecomment-1216946011

   Fixed in https://github.com/apache/pulsar/pull/16182 and https://github.com/apache/pulsar/pull/16255


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