Skip to content

Conversation

@Huanli-Meng
Copy link
Contributor

@Huanli-Meng Huanli-Meng commented Jun 11, 2020

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.

@Huanli-Meng
Copy link
Contributor Author

@jiazhai, please help review the doc update.

@codelipenghui codelipenghui added this to the 2.7.0 milestone Jun 16, 2020
@codelipenghui codelipenghui added doc Your PR contains doc changes, no matter whether the changes are in markdown or code files. resolution/duplicate and removed resolution/duplicate labels Jun 16, 2020
@codelipenghui
Copy link
Contributor

@Huanli-Meng Could you please rebase the branch?

@Huanli-Meng Huanli-Meng changed the title Precise topic publish rate limiting [Doc]-Precise topic publish rate limiting Jun 16, 2020
Copy link
Contributor

@Jennifer88huang-zz Jennifer88huang-zz left a 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

Huanli-Meng and others added 12 commits June 17, 2020 09:39
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
zymap and others added 28 commits July 6, 2020 00:36
---

*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
```
* 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>
@Huanli-Meng
Copy link
Contributor Author

close the PR and re-open a new one.

@Huanli-Meng Huanli-Meng closed this Jul 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

doc Your PR contains doc changes, no matter whether the changes are in markdown or code files. release/2.6.1

Projects

None yet

Development

Successfully merging this pull request may close these issues.