-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[Doc]-Precise topic publish rate limiting #7244
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
[Doc]-Precise topic publish rate limiting #7244
Conversation
|
@jiazhai, please help review the doc update. |
|
@Huanli-Meng Could you please rebase the branch? |
Jennifer88huang-zz
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you can use dashes (-), asterisks (*), or plus signs (+) in front of line items for unordered list in markdown. For details, see https://www.markdownguide.org/basic-syntax/#unordered-lists
Co-authored-by: Yu Liu <50226895+Anonymitaet@users.noreply.github.com>
Co-authored-by: Yu Liu <50226895+Anonymitaet@users.noreply.github.com>
Co-authored-by: Yu Liu <50226895+Anonymitaet@users.noreply.github.com>
Co-authored-by: Yu Liu <50226895+Anonymitaet@users.noreply.github.com>
Co-authored-by: Yu Liu <50226895+Anonymitaet@users.noreply.github.com>
Co-authored-by: Yu Liu <50226895+Anonymitaet@users.noreply.github.com>
Co-authored-by: Yu Liu <50226895+Anonymitaet@users.noreply.github.com>
Co-authored-by: Yu Liu <50226895+Anonymitaet@users.noreply.github.com>
Co-authored-by: Yu Liu <50226895+Anonymitaet@users.noreply.github.com>
* add doc for PR 4045 * update content in 2.4 and 2.5 as well
--- *Motivation* Currently, when you connecting to a wrong address, the error log does not show the detail information to let you know why it failed. Add the failed reason to know more about the error. Before adding the error log: ``` bin/pulsar-admin topics list public/default null Reason: java.util.concurrent.CompletionException: org.apache.pulsar.client.admin.internal.http.AsyncHttpConnector$RetryException: Could not complete the operation. Number of retries has been exhausted. ``` After adding the error log: ``` bin/pulsar-admin topics list public/default null Reason: java.util.concurrent.CompletionException: org.apache.pulsar.client.admin.internal.http.AsyncHttpConnector$RetryException: Could not complete the operation. Number of retries has been exhausted.Connection refused: localhost/127.0.0.1:8081 ```
…Key_Shared subscription (apache#7444)
* Fix batch ackset recycled multiple times. * Apply comments. * Update pulsar-common/src/main/java/org/apache/pulsar/common/util/collections/BitSetRecyclable.java
### Motivation Pulsar release 2.4.0 supports setting partition key for messages when using function publish, as described in this PR: apache#4005 The code is updated but the doc is not updated accordingly. ### Modifications 1: Update the doc based on the code updated. 2: also add some legacy missing methods in the context class of the python functions according to the code. 3: This update is only for Pulsar 2.4.0 release. No need to update docs in 2.4.1 and later releases as these docs have been updated.
* fix bc doc after remove bc-shaded * Update site2/docs/security-bouncy-castle.md Co-authored-by: Yu Liu <50226895+Anonymitaet@users.noreply.github.com> Co-authored-by: Sijie Guo <sg@streamnative.io> Co-authored-by: Yu Liu <50226895+Anonymitaet@users.noreply.github.com>
Co-authored-by: Jerry Peng <jerryp@splunk.com>
* [pulsar-doc] Add document for Pulasr SNI routing with ATS * address comments * add image * Update site2/docs/concepts-proxy-sni-routing.md Co-authored-by: Yu Liu <50226895+Anonymitaet@users.noreply.github.com> * Update site2/docs/concepts-proxy-sni-routing.md Co-authored-by: Yu Liu <50226895+Anonymitaet@users.noreply.github.com> * Update site2/docs/concepts-proxy-sni-routing.md Co-authored-by: Yu Liu <50226895+Anonymitaet@users.noreply.github.com> * Update site2/docs/concepts-proxy-sni-routing.md Co-authored-by: Yu Liu <50226895+Anonymitaet@users.noreply.github.com> * Update site2/docs/concepts-proxy-sni-routing.md Co-authored-by: Yu Liu <50226895+Anonymitaet@users.noreply.github.com> Co-authored-by: Yu Liu <50226895+Anonymitaet@users.noreply.github.com>
…pache#7466) * Differentiate between source/sink/function operations * Added release notes Co-authored-by: Sanjeev Kulkarni <sanjeevk@splunk.com>
…oadedNeedsDelete` (apache#7389) Fixes apache#7347 ### Motivation The default value of the offload-deletion-lag is `null`, this will cause an NPE problem. ### Modifications Add null check in the method `ManagedLedgerImpl.isOffloadedNeedsDelete`. ### Verifying this change Add unit test for method `ManagedLedgerImpl.isOffloadedNeedsDelete`.
Co-authored-by: Jerry Peng <jerryp@splunk.com>
### Motivation apache#7420 provides an Oauth2 auth client for java. This PR tries to support it in cpp client ### Modifications - add implementation - add related tests.
fixes apache#7425 ### Motivation Pulsar supports authenticating clients using OAuth 2.0 access tokens. the related code is updated as shown in this PR: apache#7420. Update the related pulsar doc. ### Modifications In security section: add Authentication using OAuth 2.0 access tokens Java client: add an example about Oauth authentication sidebar: update the sidebar document.
Co-authored-by: Yu Liu <50226895+Anonymitaet@users.noreply.github.com>
Co-authored-by: Yu Liu <50226895+Anonymitaet@users.noreply.github.com>
Co-authored-by: Yu Liu <50226895+Anonymitaet@users.noreply.github.com>
Co-authored-by: Yu Liu <50226895+Anonymitaet@users.noreply.github.com>
Co-authored-by: Yu Liu <50226895+Anonymitaet@users.noreply.github.com>
Co-authored-by: Yu Liu <50226895+Anonymitaet@users.noreply.github.com>
Co-authored-by: Yu Liu <50226895+Anonymitaet@users.noreply.github.com>
Co-authored-by: Yu Liu <50226895+Anonymitaet@users.noreply.github.com>
Co-authored-by: Yu Liu <50226895+Anonymitaet@users.noreply.github.com>
|
close the PR and re-open a new one. |
Motivation
This doc PR is updated for configurations for PRs:
#6716
#6853
#6074
1: The broker configuration (for #6716) is updated by Jia Zhai.
2: Add other supported configurations to the client, standlone and proxy configuration docs based on the client.config, standlone.config and proxy.config files.
Modifications
1: Add TLS with keystore type config in standlone and proxy configuration file.
2: update reference > pulsar configuration > client for PIP-55: Refresh Authentication Credentials
Add other supported configurations to the standlone and proxy configuration files based on the standlone.config and proxy.config files.