Skip to content

PIP-209: Removed Python client wrapper - #1

Merged
BewareMyPower merged 1 commit into
apache:mainfrom
merlimat:remove-python-client
Sep 29, 2022
Merged

PIP-209: Removed Python client wrapper#1
BewareMyPower merged 1 commit into
apache:mainfrom
merlimat:remove-python-client

Conversation

@merlimat

Copy link
Copy Markdown
Contributor

Removing Python client client which has been moved to https://github.com/apache/pulsar-client-python

@BewareMyPower
BewareMyPower merged commit 5f42cdf into apache:mainSep 29, 2022
@BewareMyPower

Copy link
Copy Markdown
Contributor

I see there is no PR in https://github.com/apache/pulsar-client-python to use the existing C++ code. IMO, we should use pulsar-client-cpp as the submodule in pulsar-client-python.

Are you working in progress? If not, I can help with this issue.

@merlimat

Copy link
Copy Markdown
ContributorAuthor

@BewareMyPower I have this: apache/pulsar-client-python#1

It's still going to be dependent on the 1st release of C++ lib, since it uses unreleased C++ APIs.

@merlimat
merlimat deleted the remove-python-client branch September 29, 2022 04:44
BewareMyPower added a commit that referenced this pull request Feb 2, 2024
…sar (#395)
### Motivation
Pulsar 3.1.2 introduces a regression that makes two tests fail:
- AuthPluginTest.testTlsDetectPulsarSslWithInvalidBroker (try #1)
- AuthPluginTest.testTlsDetectHttpsWithInvalidBroker (try #1)
### Modifications
Pin the Pulsar version to 3.1.1 until there is a new Pulsar release that
fixes the regression.
@haolujunhaolujun mentioned this pull request Apr 27, 2025
2 tasks
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@merlimat@BewareMyPower