Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feat] Support Exclusive Producer access mode. #944

Merged
merged 2 commits into from
Feb 9, 2023

Conversation

shibd
Copy link
Member

@shibd shibd commented Jan 17, 2023

Master Issue: #931

Motivation

#931

Modifications

  • Support the Exclusive Producer access mode config in the ProducerOptions.

Note: WaitForExclusive and ExclusiveWithFencing will be supported in other PR.

Verifying this change

  • Add TestExclusiveProducer to cover it.

Documentation

  • Does this pull request introduce a new feature? (yes)
  • If yes, how is the feature documented? (GoDocs)
  • If a feature is not applicable for documentation, explain why?
  • If a feature is not documented yet in this PR, please create a followup issue for adding the documentation

pulsar/producer_partition.go Outdated Show resolved Hide resolved
@shibd
Copy link
Member Author

shibd commented Feb 6, 2023

@nodece @freeznet Can you help look at ci failed? https://github.com/apache/pulsar-client-go/actions/runs/4101318705/jobs/7072982772

It doesn't seem to have anything to do with this PR.

@nodece
Copy link
Member

nodece commented Feb 7, 2023

@nodece @freeznet Can you help look at ci failed? https://github.com/apache/pulsar-client-go/actions/runs/4101318705/jobs/7072982772

It doesn't seem to have anything to do with this PR.

It looks like a golang-lint@1.51.x issue, which was released yesterday. Could you fix the golang-lint version to 1.50.1?

@nodece nodece merged commit 93a5a76 into apache:master Feb 9, 2023
@shibd shibd added this to the v0.10.0 milestone Feb 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants