Add getLastMessageId feature to Python Client
See original GitHub issueIs 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.
Issue Analytics
- State:
- Created a year ago
- Comments:6 (5 by maintainers)
Top Results From Across the Web
Apache Pulsar 2.8.1 | Apache Pulsar
This blog walks through the most noteworthy changes grouped by component. For the complete list including all features, enhancements, and bug fixes, check...
Read more >apache/pulsar v2.6.2 on GitHub - NewReleases.io
[Broker] Add get-last-message-id admin for v1 api 8081 [Broker] Fix client lookup hangs when ... [Python Client] Add python schema field default value...
Read more >commits - The Mail Archive
... commented on pull request #17102: [feature][functions] Add HTTP API and CLI to ... on issue #15985: Add getLastMessageId feature to Python Client...
Read more >Python - Weaviate vector search engine docs
Python client library for Weaviate. ... disable any automatic functionality ) with client.batch as batch: # add author uuid_author = generate_uuid5(author, ...
Read more >itmp: Docs, Tutorials, Reviews | Openbase
itmp.js is a client and server library for the ITMP protocol, written in JavaScript for node.js and the browser. Installation; Example; API; Browser;...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I think it’s a simple job because it can leverage the C++ reader’s API directly.
Fixed in https://github.com/apache/pulsar/pull/16182 and https://github.com/apache/pulsar/pull/16255