Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
apache
/
pulsar-client-python
Public
Notifications
You must be signed in to change notification settings
Fork
52
Star
75
Code
Issues
70
Pull requests
2
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
main
User selector
All users
All time
Commit history
Commits on Jun 30, 2026
Improve wheel build time by using native Linux arm runner (#310)
BewareMyPower
authored
ef1b354
View commit details
Copy full SHA for ef1b354
Browse repository at this point
Commits on Jun 29, 2026
feat(asyncio): add Reader API (#309)
BewareMyPower
authored
268fe24
View commit details
Copy full SHA for 268fe24
Browse repository at this point
Commits on Jun 17, 2026
feat: support null value messages (tombstones) for compacted topics (#304)
Show description for 5483ca9
grishaf
and
cursoragent
authored
5483ca9
View commit details
Copy full SHA for 5483ca9
Browse repository at this point
test: bump CI broker to 4.2.2 and fix delayed-delivery tests (#308)
Show description for 0fc51a0
grishaf
and
cursoragent
authored
0fc51a0
View commit details
Copy full SHA for 0fc51a0
Browse repository at this point
feat(asyncio): include detailed error message in exception when creating a producer or consumer (#307)
BewareMyPower
authored
836d856
View commit details
Copy full SHA for 836d856
Browse repository at this point
Commits on Jun 16, 2026
Bump C++ client to 4.2.0 (#306)
BewareMyPower
authored
fe89ca0
View commit details
Copy full SHA for fe89ca0
Browse repository at this point
Commits on May 21, 2026
Fix some wheels not downloaded from stage-release.sh (#301)
BewareMyPower
authored
5527f41
View commit details
Copy full SHA for 5527f41
Browse repository at this point
Bumped version to 3.13.0a1 (#305)
BewareMyPower
authored
914dea7
View commit details
Copy full SHA for 914dea7
Browse repository at this point
Commits on May 13, 2026
Fix release workflow and scripts (#300)
BewareMyPower
authored
7e74cd6
View commit details
Copy full SHA for 7e74cd6
Browse repository at this point
Commits on May 12, 2026
feat: implement ProtobufNative schema (#299)
BewareMyPower
authored
7e03a4d
View commit details
Copy full SHA for 7e03a4d
Browse repository at this point
Commits on May 6, 2026
fix(asyncio): Avoid InvalidStateError on late callbacks after cancel (#297)
goodvibs
authored
5d38ac9
View commit details
Copy full SHA for 5d38ac9
Browse repository at this point
Commits on Apr 21, 2026
Bumped version to 3.12.0a1 (#298)
BewareMyPower
authored
8ce83cf
View commit details
Copy full SHA for 8ce83cf
Browse repository at this point
Commits on Apr 10, 2026
Add AutoClusterFailover and ServiceInfoProvider (#295)
BewareMyPower
authored
df6871e
View commit details
Copy full SHA for df6871e
Browse repository at this point
Commits on Apr 9, 2026
Bump C++ client to 4.1.0 (#293)
BewareMyPower
authored
3138051
View commit details
Copy full SHA for 3138051
Browse repository at this point
Commits on Feb 24, 2026
Bumped version to 3.11.0a1 (#292)
BewareMyPower
authored
bb63296
View commit details
Copy full SHA for bb63296
Browse repository at this point
Commits on Feb 9, 2026
chore: add async example (#291)
nachatz
authored
a189711
View commit details
Copy full SHA for a189711
Browse repository at this point
Commits on Feb 2, 2026
feat: add shutdown support to async client (#290)
nachatz
authored
8cfeac6
View commit details
Copy full SHA for 8cfeac6
Browse repository at this point
feat: add get partitioned topic names (#289)
nachatz
authored
af27edd
View commit details
Copy full SHA for af27edd
Browse repository at this point
Bump C++ client to 4.0.1 (#287)
BewareMyPower
authored
73e4ef5
View commit details
Copy full SHA for 73e4ef5
Browse repository at this point
Commits on Jan 28, 2026
feat: add producer connectivity functionality (#286)
nachatz
authored
b1c9487
View commit details
Copy full SHA for b1c9487
Browse repository at this point
feat: add async last message id support (#284)
nachatz
authored
d781707
View commit details
Copy full SHA for d781707
Browse repository at this point
feat: add async redeliver supprot (#285)
nachatz
authored
2704dd7
View commit details
Copy full SHA for 2704dd7
Browse repository at this point
Commits on Jan 17, 2026
feat: add individual negative acknowledgement for async consumer (#282)
nachatz
authored
36d6fd6
View commit details
Copy full SHA for 36d6fd6
Browse repository at this point
Commits on Dec 31, 2025
Bumped version to 3.10.0a1 (#281)
BewareMyPower
authored
6f047ee
View commit details
Copy full SHA for 6f047ee
Browse repository at this point
Commits on Dec 24, 2025
Improve asynchronous producer with more options for creation and send (#280)
BewareMyPower
authored
9432cb8
View commit details
Copy full SHA for 9432cb8
Browse repository at this point
Implement async consumer (#277)
BewareMyPower
authored
961411f
View commit details
Copy full SHA for 961411f
Browse repository at this point
Commits on Dec 23, 2025
Support encryption context on Message (#276)
Show description for 4629281
BewareMyPower
authored
4629281
View commit details
Copy full SHA for 4629281
Browse repository at this point
Commits on Dec 18, 2025
Support Message.producer_name() (#275)
BewareMyPower
authored
813e295
View commit details
Copy full SHA for 813e295
Browse repository at this point
Support Python 3.14 and remove Python 3.9 support (#274)
BewareMyPower
authored
77bfd39
View commit details
Copy full SHA for 77bfd39
Browse repository at this point
Commits on Dec 15, 2025
Bump C++ client to 4.0.0 (#273)
BewareMyPower
authored
879cdfd
View commit details
Copy full SHA for 879cdfd
Browse repository at this point
Commits on Nov 17, 2025
Bump C++ client to 3.8.0 (#270)
BewareMyPower
authored
60bc8c0
View commit details
Copy full SHA for 60bc8c0
Browse repository at this point
Commits on Sep 30, 2025
Bumped version to 3.9.0a1 (#266)
BewareMyPower
authored
51a2054
View commit details
Copy full SHA for 51a2054
Browse repository at this point
Commits on Jul 10, 2025
Support message router (#265)
BewareMyPower
authored
77fd330
View commit details
Copy full SHA for 77fd330
Browse repository at this point
Bump C++ client to 3.7.2 (#264)
BewareMyPower
authored
4253d63
View commit details
Copy full SHA for 4253d63
Browse repository at this point
Commits on Jun 22, 2025
Remove version upper bound for protobuf dependency (#260)
merlimat
authored
7c6123f
View commit details
Copy full SHA for 7c6123f
Browse repository at this point
Previous
Next
You can’t perform that action at this time.