[GitHub] [pulsar] aahmed-se commented on issue #5020: Update supported python osx version docs

2019-09-03 Thread GitBox
aahmed-se commented on issue #5020: Update supported  python osx version docs
URL: https://github.com/apache/pulsar/pull/5020#issuecomment-527741801
 
 
   run java8 tests


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [pulsar-client-go] sijie commented on issue #61: [issue:60] Fix partition topic message router logic

2019-09-03 Thread GitBox
sijie commented on issue #61: [issue:60] Fix partition topic message router 
logic
URL: https://github.com/apache/pulsar-client-go/pull/61#issuecomment-527738417
 
 
   run integration tests


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [pulsar-client-go] sijie commented on issue #62: enable to specify the sequenceID

2019-09-03 Thread GitBox
sijie commented on issue #62: enable to specify the sequenceID
URL: https://github.com/apache/pulsar-client-go/pull/62#issuecomment-527738248
 
 
   run integration tests


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [pulsar] sijie commented on issue #4963: Add more config for auto-topic-creation

2019-09-03 Thread GitBox
sijie commented on issue #4963: Add more config for auto-topic-creation
URL: https://github.com/apache/pulsar/pull/4963#issuecomment-527736762
 
 
   @codelipenghui @jiazhai please review this pull request.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[pulsar] branch master updated: [doc] Improve Pulsar deployment AWS (#5093)

2019-09-03 Thread sijie
This is an automated email from the ASF dual-hosted git repository.

sijie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
 new 16c15ed  [doc] Improve Pulsar deployment AWS (#5093)
16c15ed is described below

commit 16c15edf4ffcbe7281165b6161e5a7a2433b07bb
Author: Monica-zy <44013755+monica...@users.noreply.github.com>
AuthorDate: Wed Sep 4 12:38:18 2019 +0800

[doc] Improve Pulsar deployment AWS (#5093)

### Motivation
Improve the language and the overall descriptive style of the Pulsar 
Deployment document (deploy-aws section): 
http://pulsar.apache.org/docs/en/next/deploy-aws/

### Modifications
Adjust the tone, personal pronouns, voice also some typo errors of some 
sentences in the document.
---
 site2/docs/deploy-aws.md | 83 +++-
 1 file changed, 40 insertions(+), 43 deletions(-)

diff --git a/site2/docs/deploy-aws.md b/site2/docs/deploy-aws.md
index ab33285..62b0aab 100644
--- a/site2/docs/deploy-aws.md
+++ b/site2/docs/deploy-aws.md
@@ -6,17 +6,17 @@ sidebar_label: Amazon Web Services
 
 > For instructions on deploying a single Pulsar cluster manually rather than 
 > using Terraform and Ansible, see [Deploying a Pulsar cluster on bare 
 > metal](deploy-bare-metal.md). For instructions on manually deploying a 
 > multi-cluster Pulsar instance, see [Deploying a Pulsar instance on bare 
 > metal](deploy-bare-metal-multi-cluster.md).
 
-One of the easiest ways to get a Pulsar 
[cluster](reference-terminology.md#cluster) running on [Amazon Web 
Services](https://aws.amazon.com/) (AWS) is to use the the 
[Terraform](https://terraform.io) infrastructure provisioning tool and the 
[Ansible](https://www.ansible.com) server automation tool. Terraform can create 
the resources necessary to run the Pulsar 
cluster---[EC2](https://aws.amazon.com/ec2/) instances, networking and security 
infrastructure, etc.---while Ansible can install  [...]
+One of the easiest ways to get a Pulsar 
[cluster](reference-terminology.md#cluster) running on [Amazon Web 
Services](https://aws.amazon.com/) (AWS) is to use the 
[Terraform](https://terraform.io) infrastructure provisioning tool and the 
[Ansible](https://www.ansible.com) server automation tool. Terraform can create 
the resources necessary for running the Pulsar 
cluster---[EC2](https://aws.amazon.com/ec2/) instances, networking and security 
infrastructure, etc.---While Ansible can install [...]
 
 ## Requirements and setup
 
-In order install a Pulsar cluster on AWS using Terraform and Ansible, you'll 
need:
+In order to install a Pulsar cluster on AWS using Terraform and Ansible, you 
need to prepare the following things:
 
 * An [AWS account](https://aws.amazon.com/account/) and the 
[`aws`](https://aws.amazon.com/cli/) command-line tool
 * Python and [pip](https://pip.pypa.io/en/stable/)
 * The [`terraform-inventory`](https://github.com/adammck/terraform-inventory) 
tool, which enables Ansible to use Terraform artifacts
 
-You'll also need to make sure that you're currently logged into your AWS 
account via the `aws` tool:
+You also need to make sure that you are currently logged into your AWS account 
via the `aws` tool:
 
 ```bash
 $ aws configure
@@ -32,7 +32,7 @@ $ pip install ansible
 
 You can install Terraform using the instructions 
[here](https://www.terraform.io/intro/getting-started/install.html).
 
-You'll also need to have the Terraform and Ansible configurations for Pulsar 
locally on your machine. They're contained in Pulsar's [GitHub 
repository](https://github.com/apache/pulsar), which you can fetch using Git:
+You also need to have the Terraform and Ansible configuration for Pulsar 
locally on your machine. You can find them in the [GitHub 
repository](https://github.com/apache/pulsar) of Pulsar, which you can fetch 
using Git commands:
 
 ```bash
 $ git clone https://github.com/apache/pulsar
@@ -41,11 +41,11 @@ $ cd pulsar/deployment/terraform-ansible/aws
 
 ## SSH setup
 
-> If you already have an SSH key and would like to use it, you skip generating 
the SSH keys and update `private_key_file` setting
+> If you already have an SSH key and want to use it, you can skip the step of 
generating an SSH key and update `private_key_file` setting
 > in `ansible.cfg` file and `public_key_path` setting in `terraform.tfvars` 
 > file.
 >
-> For example, if you already had a private SSH key in `~/.ssh/pulsar_aws` and 
a public key in `~/.ssh/pulsar_aws.pub`,
-> you can do followings:
+> For example, if you already have a private SSH key in `~/.ssh/pulsar_aws` 
and a public key in `~/.ssh/pulsar_aws.pub`,
+> follow the steps below:
 >
 > 1. update `ansible.cfg` with following values:
 >
@@ -59,35 +59,35 @@ $ cd pulsar/deployment/terraform-ansible/aws
 > public_key_path=~/.ssh/pulsar_aws.pub
 > ```
 
-In order to create the necessary AWS resources using Terraform, 

[GitHub] [pulsar] sijie merged pull request #5093: [doc] Improve Pulsar deployment AWS

2019-09-03 Thread GitBox
sijie merged pull request #5093: [doc] Improve Pulsar deployment AWS
URL: https://github.com/apache/pulsar/pull/5093
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[pulsar] annotated tag v2.4.1 updated (cc74632 -> fc86a52)

2019-09-03 Thread zhaijia
This is an automated email from the ASF dual-hosted git repository.

zhaijia pushed a change to annotated tag v2.4.1
in repository https://gitbox.apache.org/repos/asf/pulsar.git.


*** WARNING: tag v2.4.1 was modified! ***

from cc74632  (commit)
  to fc86a52  (tag)
 tagging cc746322d51cea14b04092370bcebf695721fe70 (commit)
 replaces v2.4.0
  by Jia Zhai
  on Wed Sep 4 12:34:47 2019 +0800

- Log -
release v2.4.1
-BEGIN PGP SIGNATURE-

iQJHBAABCAAxFiEE9ILFeGjRwrcYA1aLvIYRbtP14pEFAl1vPucTHHpoYWlqaWFA
YXBhY2hlLm9yZwAKCRC8hhFu0/XikcL/D/95xLU/p7HkoTqG41wrHm/wsXIcO1RS
f4H0/rCMr1+JMdO62qIJrPnOB04i1ooTx1zvgEE4NRf27ejFr2GqidWUpZjgzw+g
Emj2aUdZiewu2M0OQk+clIOtNsd7YKvZpIGe0kH3nmxrANKp7lSYiJFbHYWa9EKt
vTHPXR7mGxCZQkxfd0sILvO0Bch3JuykCJA7atROpIG06epcsdc4HudEdzGTXeGL
2MB3QraTVY6uV8EghzpaOy0Ffk5uwJzm5SOip0Z4N7re/cCNywfMvAolBvHdx9bz
5aABHW2Py4hnLogQcz0L6nzcgJ7x8Fqp6b0Zqu5DBZ0PSqfJejG7kDmLMnvEQwZC
uIx067jfslQcYZvoySXLYwICegMovldjPSkSb+33qNJJyv0Xg/EyRgwTQ80K0T/Q
vN7pwd6hdeLUQACS41PsZImx9bOJ6DHHPhzNBRvd5sLjc8E6iz9ZNuYhut+Zyl/u
eBh8SUycpBV6EUstAkHAoNmm+6MCU5ELenT9tGndDbI31GwtLKNFvtnpLTO80Z0Q
UF+x1vUvGhuBI8mMhbpBRbMDuPS/n4bpzLrmxypOKs5qwtBp8i2oovcu5LPx+tvS
DrB0+192uwkIV+SnQv4ZmBeFl1hBpfkwVioJj8mr5JzzuIVEWjgJcWrHnEU3Zfn3
UnvVcueP+g1CSw==
=zdQG
-END PGP SIGNATURE-
---


No new revisions were added by this update.

Summary of changes:



[GitHub] [pulsar] LeisureChou opened a new issue #5109: [function]ProtobufSchema.of run time error

2019-09-03 Thread GitBox
LeisureChou opened a new issue #5109: [function]ProtobufSchema.of  run time 
error
URL: https://github.com/apache/pulsar/issues/5109
 
 
   when I use ProtobufSchema.of in fuction  , throwing  the error as below,
   java.lang.IllegalArgumentException: 
org.apache.pulsar.functions.runtime.shaded.com.google.protobuf.GeneratedMessageV3
 is not assignable from com.gtja.ydpt.pulsar.dto.BizSshRequest


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [pulsar] tuteng commented on issue #5108: Fix storage size always 0 without subscription.

2019-09-03 Thread GitBox
tuteng commented on issue #5108: Fix storage size always 0 without subscription.
URL: https://github.com/apache/pulsar/pull/5108#issuecomment-527734588
 
 
   LGTM


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [pulsar] Jennifer88huang commented on issue #5052: [doc] Improve Pulsar Security-token-admin

2019-09-03 Thread GitBox
Jennifer88huang commented on issue #5052: [doc] Improve Pulsar 
Security-token-admin
URL: https://github.com/apache/pulsar/pull/5052#issuecomment-527727155
 
 
   run integration tests
   run java8 tests


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [pulsar] codelipenghui commented on issue #5108: Fix storage size always 0 without subscription.

2019-09-03 Thread GitBox
codelipenghui commented on issue #5108: Fix storage size always 0 without 
subscription.
URL: https://github.com/apache/pulsar/pull/5108#issuecomment-527722090
 
 
   @tuteng please help review this change.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [pulsar] codelipenghui opened a new pull request #5108: Fix storage size always 0 without subscription.

2019-09-03 Thread GitBox
codelipenghui opened a new pull request #5108: Fix storage size always 0 
without subscription.
URL: https://github.com/apache/pulsar/pull/5108
 
 
   ### Motivation
   
   Fixes [issue-182](https://github.com/streamnative/pulsar-manager/issues/182)


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [pulsar] Monica-zy commented on issue #5052: [doc] Improve Pulsar Security-token-admin

2019-09-03 Thread GitBox
Monica-zy commented on issue #5052: [doc] Improve Pulsar Security-token-admin
URL: https://github.com/apache/pulsar/pull/5052#issuecomment-527714708
 
 
   @Jennifer88huang Please check if there are some other problems to be 
improved. thanks~


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [pulsar] Monica-zy commented on issue #5091: [doc] Improve Pulsar Security Encryption

2019-09-03 Thread GitBox
Monica-zy commented on issue #5091: [doc] Improve Pulsar Security Encryption
URL: https://github.com/apache/pulsar/pull/5091#issuecomment-527714379
 
 
   @Jennifer88huang Please review this, thank you~


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [pulsar] Monica-zy commented on issue #5092: [doc] Improve Pulsar Security Extending

2019-09-03 Thread GitBox
Monica-zy commented on issue #5092: [doc] Improve Pulsar Security Extending
URL: https://github.com/apache/pulsar/pull/5092#issuecomment-527713648
 
 
   @Jennifer88huang Please review~


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [pulsar] liketic commented on issue #5105: Add skip-all command for topic

2019-09-03 Thread GitBox
liketic commented on issue #5105: Add skip-all command for topic
URL: https://github.com/apache/pulsar/pull/5105#issuecomment-527697094
 
 
   Thanks @merlimat , maybe we can add an alias for command ```clear-backlog``` 
?


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [pulsar] liketic commented on issue #5096: Convert latency to millisecond in producer stats

2019-09-03 Thread GitBox
liketic commented on issue #5096: Convert latency to millisecond in producer 
stats
URL: https://github.com/apache/pulsar/pull/5096#issuecomment-527696850
 
 
   run java8 tests


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [pulsar] liketic commented on issue #5106: [Minor] Fix method comment for class Topics

2019-09-03 Thread GitBox
liketic commented on issue #5106: [Minor] Fix method comment for class Topics
URL: https://github.com/apache/pulsar/pull/5106#issuecomment-527696793
 
 
   run java8 tests


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [pulsar] tuteng opened a new pull request #5107: [website]Fix rest api

2019-09-03 Thread GitBox
tuteng opened a new pull request #5107: [website]Fix rest api
URL: https://github.com/apache/pulsar/pull/5107
 
 
   
   
   ### Motivation
   Currently, there are some problems with the display of rest API for 
function, source, and sink. 2.4.1 does not generate a new swagger file.
   
   ### Modifications
   * Create directory master
   * Generate swagger json file for 2.4.1
   * Fix swagger function, source and sink display
   
   ### Verifying this change
   
   
![image](https://user-images.githubusercontent.com/1907867/64217970-38b05b00-cef2-11e9-816c-d944f4d104ab.png)
   
   
![image](https://user-images.githubusercontent.com/1907867/64217952-1fa7aa00-cef2-11e9-8ae8-f667dce7581e.png)
   
   ### Does this pull request potentially affect one of the following parts:
   
   *If `yes` was chosen, please highlight the changes*
   
 - Dependencies (does it add or upgrade a dependency): (yes / no)
 - The public API: (yes / no)
 - The schema: (yes / no / don't know)
 - The default values of configurations: (yes / no)
 - The wire protocol: (yes / no)
 - The rest endpoints: (yes / no)
 - The admin cli options: (yes / no)
 - Anything that affects deployment: (yes / no / don't know)
   
   ### Documentation
   
 - Does this pull request introduce a new feature? (yes / no)
 - If yes, how is the feature documented? (not applicable / docs / JavaDocs 
/ not documented)
 - 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
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [pulsar] aahmed-se commented on issue #5020: Update supported python osx version docs

2019-09-03 Thread GitBox
aahmed-se commented on issue #5020: Update supported  python osx version docs
URL: https://github.com/apache/pulsar/pull/5020#issuecomment-527685359
 
 
   run java8 tests


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [pulsar] jiazhai merged pull request #5080: Update website for 2.4.1 release

2019-09-03 Thread GitBox
jiazhai merged pull request #5080: Update website for 2.4.1 release
URL: https://github.com/apache/pulsar/pull/5080
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[pulsar] branch master updated (d0bde68 -> 5212497)

2019-09-03 Thread zhaijia
This is an automated email from the ASF dual-hosted git repository.

zhaijia pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git.


from d0bde68  [website]The website cannot get the swagger version file 
(#5076)
 add 5212497  update website for 2.4.1 release (#5080)

No new revisions were added by this update.

Summary of changes:
 .../admin-api-non-persistent-topics.md |  264 +++
 .../version-2.4.1/admin-api-overview.md|   89 +
 .../version-2.4.1/admin-api-partitioned-topics.md  |  377 
 .../version-2.4.1/administration-dashboard.md  |   60 +
 .../version-2.4.1/administration-upgrade.md|  153 ++
 .../version-2.4.1/client-libraries-java.md |  708 +++
 .../version-2.4.1/concepts-messaging.md|  415 
 .../version-2.4.1/concepts-tiered-storage.md   |   18 +
 .../version-2.4.1/cookbooks-compaction.md  |  127 ++
 .../versioned_docs/version-2.4.1/functions-api.md  |  721 +++
 .../versioned_docs/version-2.4.1/functions-cli.md  |  196 ++
 .../version-2.4.1/functions-debug.md   |  448 +
 .../version-2.4.1/functions-deploy.md  |  211 ++
 .../version-2.4.1/functions-develop.md |  617 ++
 .../version-2.4.1/functions-overview-new.md|  190 ++
 .../version-2.4.1/functions-overview.md|  513 +
 .../version-2.4.1/functions-runtime.md |  143 ++
 .../version-2.4.1/getting-started-standalone.md|  226 +++
 .../versioned_docs/version-2.4.1/io-cdc-canal.md   |  175 ++
 .../version-2.4.1/io-cdc-debezium.md   |  261 +++
 .../versioned_docs/version-2.4.1/io-connectors.md  |   31 +
 .../versioned_docs/version-2.4.1/io-debug.md   |  329 
 .../versioned_docs/version-2.4.1/io-develop.md |  196 ++
 .../versioned_docs/version-2.4.1/io-jdbc.md|   24 +
 .../versioned_docs/version-2.4.1/io-netty.md   |  148 ++
 .../website/versioned_docs/version-2.4.1/io-use.md | 1505 ++
 .../version-2.4.1/reference-configuration.md   |  496 +
 .../version-2.4.1/reference-connector-admin.md |  601 ++
 .../version-2.4.1/reference-metrics.md |  244 +++
 .../version-2.4.1/reference-pulsar-admin.md| 2079 
 .../schema-evolution-compatibility.md  |  784 
 .../version-2.4.1/schema-get-started.md|   91 +
 .../versioned_docs/version-2.4.1/schema-manage.md  |  786 
 .../version-2.4.1/schema-understand.md |  576 ++
 .../version-2.4.1/security-athenz.md   |   89 +
 .../version-2.4.1/security-authorization.md|  100 +
 .../version-2.4.1/security-kerberos.md |  391 
 .../version-2.4.1/security-overview.md |   38 +
 .../version-2.4.1/security-tls-authentication.md   |  147 ++
 .../version-2.4.1/security-tls-transport.md|  230 +++
 .../version-2.4.1/security-token-client.md |  123 ++
 .../versioned_sidebars/version-2.4.1-sidebars.json |  154 ++
 site2/website/versions.json|1 +
 43 files changed, 15075 insertions(+)
 create mode 100644 
site2/website/versioned_docs/version-2.4.1/admin-api-non-persistent-topics.md
 create mode 100644 
site2/website/versioned_docs/version-2.4.1/admin-api-overview.md
 create mode 100644 
site2/website/versioned_docs/version-2.4.1/admin-api-partitioned-topics.md
 create mode 100644 
site2/website/versioned_docs/version-2.4.1/administration-dashboard.md
 create mode 100644 
site2/website/versioned_docs/version-2.4.1/administration-upgrade.md
 create mode 100644 
site2/website/versioned_docs/version-2.4.1/client-libraries-java.md
 create mode 100644 
site2/website/versioned_docs/version-2.4.1/concepts-messaging.md
 create mode 100644 
site2/website/versioned_docs/version-2.4.1/concepts-tiered-storage.md
 create mode 100644 
site2/website/versioned_docs/version-2.4.1/cookbooks-compaction.md
 create mode 100644 site2/website/versioned_docs/version-2.4.1/functions-api.md
 create mode 100644 site2/website/versioned_docs/version-2.4.1/functions-cli.md
 create mode 100644 
site2/website/versioned_docs/version-2.4.1/functions-debug.md
 create mode 100644 
site2/website/versioned_docs/version-2.4.1/functions-deploy.md
 create mode 100644 
site2/website/versioned_docs/version-2.4.1/functions-develop.md
 create mode 100644 
site2/website/versioned_docs/version-2.4.1/functions-overview-new.md
 create mode 100644 
site2/website/versioned_docs/version-2.4.1/functions-overview.md
 create mode 100644 
site2/website/versioned_docs/version-2.4.1/functions-runtime.md
 create mode 100644 
site2/website/versioned_docs/version-2.4.1/getting-started-standalone.md
 create mode 100644 site2/website/versioned_docs/version-2.4.1/io-cdc-canal.md
 create mode 100644 
site2/website/versioned_docs/version-2.4.1/io-cdc-debezium.md
 create mode 100644 site2/website/versioned_docs/version-2.4.1/io-connectors.md
 create 

[GitHub] [pulsar] sijie commented on issue #5103: Improve response of Rest API for create schema.

2019-09-03 Thread GitBox
sijie commented on issue #5103: Improve response of Rest API for create schema.
URL: https://github.com/apache/pulsar/pull/5103#issuecomment-527677392
 
 
   run java8 tests
   run cpp tests


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [pulsar] sijie commented on issue #5100: [bookkeeper] allow configuring region aware placement related settings

2019-09-03 Thread GitBox
sijie commented on issue #5100: [bookkeeper] allow configuring region aware 
placement related settings
URL: https://github.com/apache/pulsar/pull/5100#issuecomment-527675182
 
 
   run integration tests


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [pulsar] aahmed-se commented on issue #5105: Add skip-all command for topic

2019-09-03 Thread GitBox
aahmed-se commented on issue #5105: Add skip-all command for topic
URL: https://github.com/apache/pulsar/pull/5105#issuecomment-527665907
 
 
   run java8 tests


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [pulsar] aahmed-se commented on issue #5020: Update supported python osx version docs

2019-09-03 Thread GitBox
aahmed-se commented on issue #5020: Update supported  python osx version docs
URL: https://github.com/apache/pulsar/pull/5020#issuecomment-527605731
 
 
   run java8 tests


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [pulsar] aahmed-se commented on issue #5020: Update supported python osx version docs

2019-09-03 Thread GitBox
aahmed-se commented on issue #5020: Update supported  python osx version docs
URL: https://github.com/apache/pulsar/pull/5020#issuecomment-527601579
 
 
   run java8 tests


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[pulsar] branch broker_tests_cleanup deleted (was a4d7337)

2019-09-03 Thread aahmed
This is an automated email from the ASF dual-hosted git repository.

aahmed pushed a change to branch broker_tests_cleanup
in repository https://gitbox.apache.org/repos/asf/pulsar.git.


 was a4d7337  Fix Ccode inspection issues in pulsar borker tests

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



[GitHub] [pulsar] aahmed-se closed pull request #5019: Fix code inspection issues in pulsar broker tests

2019-09-03 Thread GitBox
aahmed-se closed pull request #5019: Fix code inspection issues in pulsar 
broker tests
URL: https://github.com/apache/pulsar/pull/5019
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[pulsar] branch github_exp1 deleted (was 1a6ec61)

2019-09-03 Thread aahmed
This is an automated email from the ASF dual-hosted git repository.

aahmed pushed a change to branch github_exp1
in repository https://gitbox.apache.org/repos/asf/pulsar.git.


 was 1a6ec61  Add Timeout to tests

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



[pulsar] branch github_exp3 deleted (was ba1d81d)

2019-09-03 Thread aahmed
This is an automated email from the ASF dual-hosted git repository.

aahmed pushed a change to branch github_exp3
in repository https://gitbox.apache.org/repos/asf/pulsar.git.


 was ba1d81d  Add Timeout to tests

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



[pulsar] branch github_exp2 deleted (was c446762)

2019-09-03 Thread aahmed
This is an automated email from the ASF dual-hosted git repository.

aahmed pushed a change to branch github_exp2
in repository https://gitbox.apache.org/repos/asf/pulsar.git.


 was c446762  Update

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



[GitHub] [pulsar] merlimat commented on issue #5105: Add skip-all command for topic

2019-09-03 Thread GitBox
merlimat commented on issue #5105: Add skip-all command for topic
URL: https://github.com/apache/pulsar/pull/5105#issuecomment-527599175
 
 
   Skip all is the action already performed by the `clear-backlog` subcommand


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [pulsar] rdhabalia removed a comment on issue #5075: [pulsar-client] support set read-position based on timestamp

2019-09-03 Thread GitBox
rdhabalia removed a comment on issue #5075: [pulsar-client] support set 
read-position based on timestamp
URL: https://github.com/apache/pulsar/pull/5075#issuecomment-526687510
 
 
   rerun java8 tests


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [pulsar] feathj closed pull request #5083: Kinesis source

2019-09-03 Thread GitBox
feathj closed pull request #5083: Kinesis source
URL: https://github.com/apache/pulsar/pull/5083
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [pulsar] jiazhai edited a comment on issue #5080: Update website for 2.4.1 release

2019-09-03 Thread GitBox
jiazhai edited a comment on issue #5080: Update website for 2.4.1 release
URL: https://github.com/apache/pulsar/pull/5080#issuecomment-527520471
 
 
   updated with latest master


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [pulsar] jiazhai commented on issue #5080: Update website for 2.4.1 release

2019-09-03 Thread GitBox
jiazhai commented on issue #5080: Update website for 2.4.1 release
URL: https://github.com/apache/pulsar/pull/5080#issuecomment-527520471
 
 
   update with latest master


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [pulsar] jiazhai merged pull request #5076: [website]The website cannot get the swagger version file

2019-09-03 Thread GitBox
jiazhai merged pull request #5076: [website]The website cannot get the swagger 
version file
URL: https://github.com/apache/pulsar/pull/5076
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [pulsar] liketic opened a new pull request #5106: [Minor] Fix method comment for class Topics

2019-09-03 Thread GitBox
liketic opened a new pull request #5106: [Minor] Fix method comment for class 
Topics
URL: https://github.com/apache/pulsar/pull/5106
 
 
   Fix typo and incorrect description for class ```Topics```.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [pulsar] Anonymitaet commented on a change in pull request #5102: [doc] Improve Pulsar Deployment Kubernetes

2019-09-03 Thread GitBox
Anonymitaet commented on a change in pull request #5102: [doc] Improve Pulsar 
Deployment Kubernetes
URL: https://github.com/apache/pulsar/pull/5102#discussion_r320294287
 
 

 ##
 File path: site2/docs/deploy-kubernetes.md
 ##
 @@ -134,7 +132,7 @@ $ cd kubernetes-vagrant-coreos-cluster
 $ NODES=3 USE_KUBE_UI=true vagrant up
 ```
 
-Create SSD disk mount points on the VMs using this script:
+Create SSD disk mount points on the VMs using this command:
 
 Review comment:
   ```suggestion
   Create SSD disk mount points on the VMs using this script:
   ```
   
   This is a script rather than a command


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [pulsar] Anonymitaet commented on a change in pull request #5102: [doc] Improve Pulsar Deployment Kubernetes

2019-09-03 Thread GitBox
Anonymitaet commented on a change in pull request #5102: [doc] Improve Pulsar 
Deployment Kubernetes
URL: https://github.com/apache/pulsar/pull/5102#discussion_r320292101
 
 

 ##
 File path: site2/docs/deploy-kubernetes.md
 ##
 @@ -54,7 +53,7 @@ $ gcloud container clusters create pulsar-gke-cluster \
   --local-ssd-count=2 \
 ```
 
-By default, bookies will run on all the machines that have locally attached 
SSD disks. In this example, all of those machines will have two SSDs, but you 
can add different types of machines to the cluster later. You can control which 
machines host bookie servers using 
[labels](https://kubernetes.io/docs/concepts/overview/working-with-objects/labels).
+By default, bookies run on all the machines that have locally attached SSD 
disks. In this example, all of those machines have two SSDs, but you can add 
different types of machines to the cluster later. You can control which 
machines host bookie servers can use 
[labels](https://kubernetes.io/docs/concepts/overview/working-with-objects/labels).
 
 Review comment:
   ```suggestion
   By default, bookies run on all the machines that have locally attached SSD 
disks. In this example, all of those machines have two SSDs, but you can add 
different types of machines to the cluster later. You can control which 
machines host bookie servers using 
[labels](https://kubernetes.io/docs/concepts/overview/working-with-objects/labels).
   ```


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [pulsar] liketic opened a new pull request #5105: Add skip-all command for topic

2019-09-03 Thread GitBox
liketic opened a new pull request #5105: Add skip-all command for topic
URL: https://github.com/apache/pulsar/pull/5105
 
 
   Add ```skip-all``` command for topics. 
   
   Closes #5060 


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [pulsar] tuteng commented on issue #5076: [website]The website cannot get the swagger version file

2019-09-03 Thread GitBox
tuteng commented on issue #5076: [website]The website cannot get the swagger 
version file
URL: https://github.com/apache/pulsar/pull/5076#issuecomment-527450201
 
 
   run java8 tests
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [pulsar] liketic commented on issue #5096: Convert latency to millisecond in producer stats

2019-09-03 Thread GitBox
liketic commented on issue #5096: Convert latency to millisecond in producer 
stats
URL: https://github.com/apache/pulsar/pull/5096#issuecomment-527444118
 
 
   Thank you @codelipenghui . It's really useful for me.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [pulsar] codelipenghui commented on issue #4987: Trim deleted entries after recover cursor.

2019-09-03 Thread GitBox
codelipenghui commented on issue #4987: Trim deleted entries after recover 
cursor.
URL: https://github.com/apache/pulsar/pull/4987#issuecomment-527418561
 
 
   run cpp tests


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [pulsar] codelipenghui opened a new pull request #5103: Improve response of Rest API for create schema.

2019-09-03 Thread GitBox
codelipenghui opened a new pull request #5103: Improve response of Rest API for 
create schema.
URL: https://github.com/apache/pulsar/pull/5103
 
 
   Fixes #5094
   ### Motivation
   
   Currently, can't get some detail messages about incompatible while use REST 
API to create a new schema. This PR let users to get the detail messages.
   
   ### Future more
   Use pulsar-admin or pulsar-client also can get the detail messages about 
incompatible. This PR only handle the REST way.
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [pulsar] Monica-zy commented on issue #5102: [doc] Improve Pulsar Deployment Kubernetes

2019-09-03 Thread GitBox
Monica-zy commented on issue #5102: [doc] Improve Pulsar Deployment Kubernetes
URL: https://github.com/apache/pulsar/pull/5102#issuecomment-527381179
 
 
   @Anonymitaet could you please spare some time review it? thank you~


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [pulsar] Monica-zy opened a new pull request #5102: [doc] Improve Pulsar Deployment Kubernetes

2019-09-03 Thread GitBox
Monica-zy opened a new pull request #5102: [doc] Improve Pulsar Deployment 
Kubernetes
URL: https://github.com/apache/pulsar/pull/5102
 
 
   Motivation
   Improve the language and the overall descriptive style of the Pulsar 
Security document (deploy-Kubernetes section): 
http://pulsar.apache.org/docs/en/next/deploy-kubernetes/
   Modifications
   Adjust the tone, personal pronouns, voice also some typo errors of some 
sentences in the document.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [pulsar] Jennifer88huang merged pull request #5070: [doc] Improve Pulsar security authorization

2019-09-03 Thread GitBox
Jennifer88huang merged pull request #5070: [doc] Improve Pulsar security 
authorization
URL: https://github.com/apache/pulsar/pull/5070
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[pulsar] branch master updated (12e46c6 -> 801b1f7)

2019-09-03 Thread hjf
This is an automated email from the ASF dual-hosted git repository.

hjf pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git.


from 12e46c6  add notes (#5078)
 add 801b1f7  [doc] Improve Pulsar security authorization (#5070)

No new revisions were added by this update.

Summary of changes:
 site2/docs/security-authorization.md | 46 ++--
 1 file changed, 23 insertions(+), 23 deletions(-)



[GitHub] [pulsar] Jennifer88huang commented on issue #5101: Add documentation of pulsar-client-node to website

2019-09-03 Thread GitBox
Jennifer88huang commented on issue #5101: Add documentation of 
pulsar-client-node to website
URL: https://github.com/apache/pulsar/issues/5101#issuecomment-527340522
 
 
   The project is at https://github.com/apache/pulsar-client-node
   For writing documentation, refer to different `Client libraries` at 
https://github.com/apache/pulsar-client-node


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [pulsar] frank-dkvan commented on issue #5099: "ConnectException: Connection refused: /127.0.0.1:49695" when running python example function

2019-09-03 Thread GitBox
frank-dkvan commented on issue #5099: "ConnectException: Connection refused: 
/127.0.0.1:49695"  when running python example function
URL: https://github.com/apache/pulsar/issues/5099#issuecomment-527339831
 
 
   Only Python Function Example has this problem.  Java function example works 
well.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [pulsar] codelipenghui commented on issue #5096: Convert latency to millisecond in producer stats

2019-09-03 Thread GitBox
codelipenghui commented on issue #5096: Convert latency to millisecond in 
producer stats
URL: https://github.com/apache/pulsar/pull/5096#issuecomment-527334018
 
 
   @liketic There is some problems with the license header, you can use `mvn 
license:format` to format the license header.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [pulsar] codelipenghui commented on issue #4987: Trim deleted entries after recover cursor.

2019-09-03 Thread GitBox
codelipenghui commented on issue #4987: Trim deleted entries after recover 
cursor.
URL: https://github.com/apache/pulsar/pull/4987#issuecomment-527324835
 
 
   @sijie I have rebase the pull request, please take a look.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


svn commit: r35514 - /release/pulsar/pulsar-2.3.2/

2019-09-03 Thread zhaijia
Author: zhaijia
Date: Tue Sep  3 06:17:11 2019
New Revision: 35514

Log:
delete 2.3.2

Removed:
release/pulsar/pulsar-2.3.2/



svn commit: r35513 - /dev/pulsar/pulsar-2.4.1-candidate-1/ /release/pulsar/pulsar-2.4.1/

2019-09-03 Thread zhaijia
Author: zhaijia
Date: Tue Sep  3 06:14:31 2019
New Revision: 35513

Log: (empty)

Added:
release/pulsar/pulsar-2.4.1/
  - copied from r35512, dev/pulsar/pulsar-2.4.1-candidate-1/
Removed:
dev/pulsar/pulsar-2.4.1-candidate-1/



[pulsar.wiki] branch master updated: Created PIP 43: producer send message with different schema (markdown)

2019-09-03 Thread sijie
This is an automated email from the ASF dual-hosted git repository.

sijie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.wiki.git


The following commit(s) were added to refs/heads/master by this push:
 new 0a36b0a  Created PIP 43: producer send message with different schema 
(markdown)
0a36b0a is described below

commit 0a36b0a839b76f37295bc11bed50ed3418c88b90
Author: Sijie Guo 
AuthorDate: Mon Sep 2 23:10:53 2019 -0700

Created PIP 43: producer send message with different schema (markdown)
---
 ...-producer-send-message-with-different-schema.md | 92 ++
 1 file changed, 92 insertions(+)

diff --git a/PIP-43:-producer-send-message-with-different-schema.md 
b/PIP-43:-producer-send-message-with-different-schema.md
new file mode 100644
index 000..d36d453
--- /dev/null
+++ b/PIP-43:-producer-send-message-with-different-schema.md
@@ -0,0 +1,92 @@
+## Motivation
+
+For now, Pulsar producer can only produce messages of one type of schema which 
is determined by user when it is created, or by fecthing the latest version of 
schema from registry if `AUTO_PRODUCE_BYTES` type is specified. Schema, 
however, can be updated by external system after producer started, which would 
lead to inconsistency between messsage payload and schema version metadata. 
Also some senarios like replicating from kafka require a single producer for 
replicating messages of differ [...]
+
+Here proposing that messages can indicate the associated schema by itself with 
two parts of changes to make it clear.
+
+## Changes:Part-1
+
+For the part-1, here propose that producer supports to new message specified 
with schema, particularly, of same POJO type.
+
+### Interfaces
+
+For the `Producer` interface, here propose a new method for `newMessage` to 
new a message builder with specified schema with the following signature:
+
+```
+TypedMessageBuilder newMessage(Schema schema);
+```
+
+where the parameterized type `T` is required to be same with producer.
+
+For `AutoProduceBytesSchema` specially, user SHOULD new message with actual 
schema wrapped by auto produce bytes schema. A static method MAY be provided by 
`Schema` interface with follwing signature:
+
+```
+static Schema AUTO_PRODUCE_BYTES(Schema schema);
+```
+
+### Wire protocols
+
+To guarantee scenario that send message with brand new schema, we also propose 
a new Command to get schema version, or create one if NOT present.
+
+```
+message CommandGetOrCreateSchema {
+required uint64 request_id = 1;
+required string topic  = 2;
+required Schema schema = 3;
+}
+
+message CommandGetOrCreateSchemaResponse {
+required uint64 request_id  = 1;
+optional ServerError error_code = 2;
+optional string error_message   = 3;
+
+optional bytes schema_version   = 4;
+}
+```
+
+### Implementation
+
+ Client
+The current `Schema schema` field of `Producer` would be used as default 
schema, when producer send messages without specifying schema explicily, with 
which the default schema would be associated.
+
+Producer SHOULD maintain a local map from schema to schema version, and check 
the schema version of the associated schema of message before send. If the 
schema can not be found, producer SHOULD try to register this schema to the 
registry and get the version of it, then insert the pair to the local map. Hash 
of `Schema` same with registry CAN be used as key of map.
+
+Producer SHOULD also attach the actual schema version to the message metadata 
as it is.
+
+For batch messages with single same metadata, only one schema version is 
allowed, so before adding one message into batch container, producer SHOULD 
check the schema version in this batch, and flush the batch if associated with 
different schema from the message and add it to another batch.
+
+To be seamless for producer not requires this feature, an option CAN be added 
to producer builder to enable this feature, and disable by default. When this 
feature is NOT enabled, the action of producer SHOULD keep as it is.
+
+ Broker
+Server SHOULD handle the register schema command, and put it to registry, or 
just respond the existing version if present which SHOULD be built on top of 
compatibility check. The registry backend has alreay implemented this interface.
+
+ Functions
+Functions MAY inherit the feature gate option and expose it to configuration, 
same for Sources.
+
+## Changes:Part-2
+
+For the part-2, here propose to allow producer to new message with different 
POJO type of schema. To be noted that, once one producer can send different 
POJOs, the parameterized type of message involved in methods of `Producer` 
SHOULD be changed in some way. The interceptor mechanism would also be affected.
+
+### Interfaces
+
+For the `Producer` interface, here propose to enhance the method propsed in 
part-1 to accept arbitrary inner type with the following signature:
+
+```
+ TypedMessageBuilder newMessage(Schema 

[pulsar.wiki] branch master updated: Updated Home (markdown)

2019-09-03 Thread sijie
This is an automated email from the ASF dual-hosted git repository.

sijie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.wiki.git


The following commit(s) were added to refs/heads/master by this push:
 new 1169190  Updated Home (markdown)
1169190 is described below

commit 11691909bc9b20c83a57819dc1a937fb4156692f
Author: Sijie Guo 
AuthorDate: Mon Sep 2 23:10:29 2019 -0700

Updated Home (markdown)
---
 Home.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Home.md b/Home.md
index 65ccd60..12ec3d7 100644
--- a/Home.md
+++ b/Home.md
@@ -7,6 +7,7 @@ We encourage to document any big change or feature or any 
addition to public use
 
 
 ### Proposed
+* [[PIP 43: producer send message with different schema]]
 * [[PIP 42: KoP - Kafka on Pulsar]]
 * [[PIP 41: Pluggable Protocol Handler]]
 * [[PIP 40: Pulsar Manager]]



[pulsar] branch master updated: add notes (#5078)

2019-09-03 Thread zhaijia
This is an automated email from the ASF dual-hosted git repository.

zhaijia pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
 new 12e46c6  add notes (#5078)
12e46c6 is described below

commit 12e46c63cdcf96b6c405b84061af8d200b91cead
Author: Jia Zhai 
AuthorDate: Tue Sep 3 14:05:42 2019 +0800

add notes (#5078)

release notes for 2.4.1
---
 site2/website/release-notes.md | 95 ++
 1 file changed, 95 insertions(+)

diff --git a/site2/website/release-notes.md b/site2/website/release-notes.md
index 9ed0c7e..17d6da3 100644
--- a/site2/website/release-notes.md
+++ b/site2/website/release-notes.md
@@ -1,6 +1,101 @@
 
 ## Apache
 
+### 2.4.1  2019-08-30 
+
+### 2.4.1  2019-08-30 
+
+ Fixes
+
+* Fixed wrong serialize of batchBuilder in ProducerConfigurationData 
[#4620](https://github.com/apache/pulsar/pull/4620)
+* Fixed SchemaInfo properties losing when registering schema using admin api 
[#4617](https://github.com/apache/pulsar/pull/4617)
+* Fixed wrong topic domain returned by get partitioned topic 
[#4613](https://github.com/apache/pulsar/pull/4613)
+* Fixed pulsar-dashboard wrong count number of bundles 
[#4637](https://github.com/apache/pulsar/pull/4637)
+* Fixed partitionIndex error in consumer for a single partitioned topic 
[#4591](https://github.com/apache/pulsar/pull/4591)
+* Fixed deadlock on get-status rest-api call in broker 
[#4616](https://github.com/apache/pulsar/pull/4616)
+* Fixed deadlock in subscribeAsync demo 
[#4649](https://github.com/apache/pulsar/pull/4649)
+* Fixed C++ client lookup error over HTTP in standalone 
[#4625](https://github.com/apache/pulsar/pull/4625)
+* Fixed NPE at managed-ledger when fetch reader internal-stats 
[#4615](https://github.com/apache/pulsar/pull/4615)
+* Fixed C++ client producer sendAsync() hang when no enough batched message 
[#4657](https://github.com/apache/pulsar/pull/4657)
+* Fixed issue when submitting NAR via file url 
[#4577](https://github.com/apache/pulsar/pull/4577)
+* Renamed C++ logger enum names to avoid conflicts with compiler macros 
[#4664](https://github.com/apache/pulsar/pull/4664)
+* Fixed leaking of pulsar-io-influxdb in distribution 
[#4678](https://github.com/apache/pulsar/pull/4678)
+* Fixed the default port for https and http in admin client 
[#4623](https://github.com/apache/pulsar/pull/4623)
+* Fixed wrong schema delete when checking compatibility 
[#4669](https://github.com/apache/pulsar/pull/4669)
+* Fixed `docker/publish.sh` doesn't work for pulsar-all and pulsar-standalone 
images [#4705](https://github.com/apache/pulsar/pull/4705)
+* Fixed integration-test failure when execute pip3 install pulsar_client 
[#4754](https://github.com/apache/pulsar/pull/4754)
+* Added log folder in `pulsa-function-go` back 
[#4736](https://github.com/apache/pulsar/pull/4736)
+* Fixed Pulsar SQL NPE when predicate pushdown for publish_time 
[#4744](https://github.com/apache/pulsar/pull/4744)
+* Fixed redelivered message logic of partition topic 
[#4653](https://github.com/apache/pulsar/pull/4653)
+* Fixed C++ log level names in Log4cxxLogger 
[#4735](https://github.com/apache/pulsar/pull/4735)
+* Fixed go function package not executable 
[#4743](https://github.com/apache/pulsar/pull/4743)
+* Added anonymous role to proxy configuration 
[#4733](https://github.com/apache/pulsar/pull/4733)
+* Added kubernetes namespace to function instance url 
[#4701](https://github.com/apache/pulsar/pull/4701)
+* Fixed go function not parse conf content first 
[#4746](https://github.com/apache/pulsar/pull/4746)
+* Made PulsarKafkaProducer thread safe 
[#4745](https://github.com/apache/pulsar/pull/4745)
+* Fixed messages not get acked if there is not sink topic 
[#4815](https://github.com/apache/pulsar/pull/4815)
+* Fixed bug when function package jar/py/go and runtime is not set 
[#4814](https://github.com/apache/pulsar/pull/4814)
+* Fixed topic loading in rest-api not time out in 
zooKeeperOperationTimeoutSeconds 
[#4805](https://github.com/apache/pulsar/pull/4805)
+* Fixed default retention policy miss upload to zk 
[#4810](https://github.com/apache/pulsar/pull/4810)
+* Added checking function implements correct interface 
[#4844](https://github.com/apache/pulsar/pull/4844)
+* Fixed retention size policy bug 
[#4825](https://github.com/apache/pulsar/pull/4825)
+* Catch throwable in interceptors of consumer and producer 
[#4860](https://github.com/apache/pulsar/pull/4860)
+* Fixed first position in managedLedger is ahead of the last 
[#4853](https://github.com/apache/pulsar/pull/4853)
+* Fixed concurrent access of `uninitializedCursors` in 
`ManagedLedgerImpl.asyncOpenCursor` 
[#4837](https://github.com/apache/pulsar/pull/4837)
+* Fixed schema not found handling in pulsar-sql 
[#4890](https://github.com/apache/pulsar/pull/4890)
+* Fixed requests not respect no_proxy env variable in dashboard 

[GitHub] [pulsar] jiazhai merged pull request #5078: Add release notes for 2.4.1 release

2019-09-03 Thread GitBox
jiazhai merged pull request #5078: Add release notes for 2.4.1 release
URL: https://github.com/apache/pulsar/pull/5078
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services