[GitHub] [pulsar] merlimat merged pull request #5187: Add option to customize splitter character

2019-09-12 Thread GitBox
merlimat merged pull request #5187: Add option to customize splitter character URL: https://github.com/apache/pulsar/pull/5187 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [pulsar] massakam commented on issue #5185: [pulsar-broker] Fix bug that message delivery stops after resetting cursor for failover subscription

2019-09-12 Thread GitBox
massakam commented on issue #5185: [pulsar-broker] Fix bug that message delivery stops after resetting cursor for failover subscription URL: https://github.com/apache/pulsar/pull/5185#issuecomment-531063774 rerun java8 tests rerun integration tests

[GitHub] [pulsar] aahmed-se commented on issue #5187: Add option to customize splitter character

2019-09-12 Thread GitBox
aahmed-se commented on issue #5187: Add option to customize splitter character URL: https://github.com/apache/pulsar/pull/5187#issuecomment-531055907 run integration tests This is an automated message from the Apache Git

[GitHub] [pulsar] merlimat opened a new pull request #5188: Ensure getting list of topics for namespace is handled asynchronously

2019-09-12 Thread GitBox
merlimat opened a new pull request #5188: Ensure getting list of topics for namespace is handled asynchronously URL: https://github.com/apache/pulsar/pull/5188 ### Motivation The handler for the `GetTopicsOfNamespace` on broker side is processing the request in sync mode. This is

[GitHub] [pulsar] aahmed-se commented on issue #5187: Add option to customize splitter character

2019-09-12 Thread GitBox
aahmed-se commented on issue #5187: Add option to customize splitter character URL: https://github.com/apache/pulsar/pull/5187#issuecomment-531043763 run cpp tests This is an automated message from the Apache Git Service. To

[GitHub] [pulsar] aahmed-se commented on issue #5186: Make the separator character for pulsar-cli produce an input parameter

2019-09-12 Thread GitBox
aahmed-se commented on issue #5186: Make the separator character for pulsar-cli produce an input parameter URL: https://github.com/apache/pulsar/issues/5186#issuecomment-531018078 https://github.com/apache/pulsar/pull/5187

[GitHub] [pulsar] aahmed-se opened a new pull request #5187: Add option to customize splitter character

2019-09-12 Thread GitBox
aahmed-se opened a new pull request #5187: Add option to customize splitter character URL: https://github.com/apache/pulsar/pull/5187 This change allows a user of the pulsar-client to produce string messages with a custom spitting character for multiple messages , the default if

[GitHub] [pulsar] merlimat merged pull request #5156: [Documentation] Add Rust Client Library

2019-09-12 Thread GitBox
merlimat merged pull request #5156: [Documentation] Add Rust Client Library URL: https://github.com/apache/pulsar/pull/5156 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [pulsar] aahmed-se opened a new issue #5186: Make the separator character for pulsar-cli produce an input parameter

2019-09-12 Thread GitBox
aahmed-se opened a new issue #5186: Make the separator character for pulsar-cli produce an input parameter URL: https://github.com/apache/pulsar/issues/5186 Currently the pulsar-cli produce with "-m" parameter uses comma as fixed character for splitting message strings. This is fine most

[GitHub] [pulsar] merlimat commented on issue #5156: [Documentation] Add Rust Client Library

2019-09-12 Thread GitBox
merlimat commented on issue #5156: [Documentation] Add Rust Client Library URL: https://github.com/apache/pulsar/pull/5156#issuecomment-530931961 run java8 tests run integration tests This is an automated message from the

[pulsar] branch master updated: [pulsar-broker] Close RateLimiter instance (#5155)

2019-09-12 Thread mmerli
This is an automated email from the ASF dual-hosted git repository. mmerli 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 b687fed [pulsar-broker] Close RateLimiter

[GitHub] [pulsar] merlimat merged pull request #5155: [pulsar-broker] Close RateLimiter instance

2019-09-12 Thread GitBox
merlimat merged pull request #5155: [pulsar-broker] Close RateLimiter instance URL: https://github.com/apache/pulsar/pull/5155 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [pulsar] massakam commented on issue #5185: [pulsar-broker] Fix bug that message delivery stops after resetting cursor for failover subscription

2019-09-12 Thread GitBox
massakam commented on issue #5185: [pulsar-broker] Fix bug that message delivery stops after resetting cursor for failover subscription URL: https://github.com/apache/pulsar/pull/5185#issuecomment-530919421 rerun java8 tests rerun integration tests

[pulsar] branch master updated: Change logging for debezium key value pairs (#5172)

2019-09-12 Thread mmerli
This is an automated email from the ASF dual-hosted git repository. mmerli 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 7861a78 Change logging for debezium key value

[GitHub] [pulsar] merlimat merged pull request #5172: Change logging for debezium key value pairs

2019-09-12 Thread GitBox
merlimat merged pull request #5172: Change logging for debezium key value pairs URL: https://github.com/apache/pulsar/pull/5172 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [pulsar] merlimat merged pull request #5174: Fix exception type check order bug

2019-09-12 Thread GitBox
merlimat merged pull request #5174: Fix exception type check order bug URL: https://github.com/apache/pulsar/pull/5174 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[pulsar] branch master updated: Fix exception type check order bug (#5174)

2019-09-12 Thread mmerli
This is an automated email from the ASF dual-hosted git repository. mmerli 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 81ccffc Fix exception type check order bug

[GitHub] [pulsar] massakam commented on issue #5185: [pulsar-broker] Fix bug that message delivery stops after resetting cursor for failover subscription

2019-09-12 Thread GitBox
massakam commented on issue #5185: [pulsar-broker] Fix bug that message delivery stops after resetting cursor for failover subscription URL: https://github.com/apache/pulsar/pull/5185#issuecomment-530861853 rerun java8 tests rerun integration tests

[GitHub] [pulsar] massakam commented on issue #5155: [pulsar-broker] Close RateLimiter instance

2019-09-12 Thread GitBox
massakam commented on issue #5155: [pulsar-broker] Close RateLimiter instance URL: https://github.com/apache/pulsar/pull/5155#issuecomment-530861542 rerun java8 tests This is an automated message from the Apache Git Service.

[GitHub] [pulsar] cdbartholomew commented on issue #3661: [logging] make root log level configurable

2019-09-12 Thread GitBox
cdbartholomew commented on issue #3661: [logging] make root log level configurable URL: https://github.com/apache/pulsar/pull/3661#issuecomment-530830435 @sijie I don't think this change is sufficient to make this configurable from the environment variable. From log4j2.yaml: `

[GitHub] [pulsar] massakam removed a comment on issue #5155: [pulsar-broker] Close RateLimiter instance

2019-09-12 Thread GitBox
massakam removed a comment on issue #5155: [pulsar-broker] Close RateLimiter instance URL: https://github.com/apache/pulsar/pull/5155#issuecomment-530777055 rerun java8 tests This is an automated message from the Apache Git

[GitHub] [pulsar] massakam opened a new pull request #5185: [pulsar-broker] Fix bug that message delivery stops after resetting cursor for failover subscription

2019-09-12 Thread GitBox
massakam opened a new pull request #5185: [pulsar-broker] Fix bug that message delivery stops after resetting cursor for failover subscription URL: https://github.com/apache/pulsar/pull/5185 ### Motivation Resetting the cursor for a subscription in Failover mode may cause message

[GitHub] [pulsar] massakam commented on issue #5155: [pulsar-broker] Close RateLimiter instance

2019-09-12 Thread GitBox
massakam commented on issue #5155: [pulsar-broker] Close RateLimiter instance URL: https://github.com/apache/pulsar/pull/5155#issuecomment-530777055 rerun java8 tests This is an automated message from the Apache Git Service.

[GitHub] [pulsar] KannarFr commented on issue #5112: How to Date type -> AVRO -> Presto

2019-09-12 Thread GitBox
KannarFr commented on issue #5112: How to Date type -> AVRO -> Presto URL: https://github.com/apache/pulsar/issues/5112#issuecomment-530771781 @codelipenghui what can explain the diff with mine? This is an automated message

[pulsar] branch master updated (b9e27c6 -> 9d4cd1d)

2019-09-12 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 b9e27c6 Fix few typos in the java docs (#5178) add 9d4cd1d Update sidebars.json file for 2.4.1 release (#5169)

[GitHub] [pulsar] Jennifer88huang merged pull request #5169: [docs] Update the version-2.4.1-sidebars.json file for 2.4.1 release

2019-09-12 Thread GitBox
Jennifer88huang merged pull request #5169: [docs] Update the version-2.4.1-sidebars.json file for 2.4.1 release URL: https://github.com/apache/pulsar/pull/5169 This is an automated message from the Apache Git Service. To

[pulsar] branch master updated (9b375c2 -> b9e27c6)

2019-09-12 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 9b375c2 Fix method comment for class Topics (#5106) add b9e27c6 Fix few typos in the java docs (#5178) No new

[GitHub] [pulsar] Jennifer88huang merged pull request #5178: [doc] Fix few typos in the java docs(a hdfs*, a http*)

2019-09-12 Thread GitBox
Jennifer88huang merged pull request #5178: [doc] Fix few typos in the java docs(a hdfs*, a http*) URL: https://github.com/apache/pulsar/pull/5178 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [pulsar] liketic commented on issue #5178: [doc] Fix few typos in the java docs(a hdfs*, a http*)

2019-09-12 Thread GitBox
liketic commented on issue #5178: [doc] Fix few typos in the java docs(a hdfs*, a http*) URL: https://github.com/apache/pulsar/pull/5178#issuecomment-530756607 @Jennifer88huang Wow! Interesting! This is an automated message

[GitHub] [pulsar] Anonymitaet edited a comment on issue #5015: [Doc] Update Pulsar Connector Guide

2019-09-12 Thread GitBox
Anonymitaet edited a comment on issue #5015: [Doc] Update Pulsar Connector Guide URL: https://github.com/apache/pulsar/issues/5015#issuecomment-524149120 PRs related to this issue: ## Overview * https://github.com/apache/pulsar/pull/5183 ## Use *

[GitHub] [pulsar] Anonymitaet commented on issue #5184: [Doc] Move Connector Admin CLI to Connector Guide

2019-09-12 Thread GitBox
Anonymitaet commented on issue #5184: [Doc] Move Connector Admin CLI to Connector Guide URL: https://github.com/apache/pulsar/pull/5184#issuecomment-530754050 @tuteng could you please help review? Thank you This is an

[GitHub] [pulsar] Anonymitaet opened a new pull request #5184: [Doc] Move Connector Admin CLI to Connector Guide

2019-09-12 Thread GitBox
Anonymitaet opened a new pull request #5184: [Doc] Move Connector Admin CLI to Connector Guide URL: https://github.com/apache/pulsar/pull/5184 Fix https://github.com/apache/pulsar/issues/5015 This is an automated message

[GitHub] [pulsar] Anonymitaet opened a new pull request #5183: [Doc] Update *Overview of Connector*

2019-09-12 Thread GitBox
Anonymitaet opened a new pull request #5183: [Doc] Update *Overview of Connector* URL: https://github.com/apache/pulsar/pull/5183 Fix https://github.com/apache/pulsar/issues/5015 This is an automated message from the Apache

[GitHub] [pulsar-client-go] wolfstudy merged pull request #62: enable to specify the sequenceID

2019-09-12 Thread GitBox
wolfstudy merged pull request #62: enable to specify the sequenceID URL: https://github.com/apache/pulsar-client-go/pull/62 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [pulsar-client-go] wolfstudy closed issue #59: setting the SequenceId can't have an effect on Message deduplication

2019-09-12 Thread GitBox
wolfstudy closed issue #59: setting the SequenceId can't have an effect on Message deduplication URL: https://github.com/apache/pulsar-client-go/issues/59 This is an automated message from the Apache Git Service. To respond

[pulsar-client-go] branch master updated: enable to specify the sequenceID (#62)

2019-09-12 Thread rxl
This is an automated email from the ASF dual-hosted git repository. rxl pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/pulsar-client-go.git The following commit(s) were added to refs/heads/master by this push: new 11755b2 enable to specify the

[GitHub] [pulsar] efynn closed issue #5175: Namespace missing local cluster name in clusters list

2019-09-12 Thread GitBox
efynn closed issue #5175: Namespace missing local cluster name in clusters list URL: https://github.com/apache/pulsar/issues/5175 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [pulsar] efynn opened a new issue #5182: Multiple LAN clusters configure multi-cluster

2019-09-12 Thread GitBox
efynn opened a new issue #5182: Multiple LAN clusters configure multi-cluster URL: https://github.com/apache/pulsar/issues/5182 In multiple lans, multiple clusters and each cluster network is not connected, how should the configuration storage be deployed? Is it necessary to set up

[GitHub] [pulsar] Jennifer88huang commented on issue #5178: [doc] Fix few typos in the java docs(a hdfs*, a http*)

2019-09-12 Thread GitBox
Jennifer88huang commented on issue #5178: [doc] Fix few typos in the java docs(a hdfs*, a http*) URL: https://github.com/apache/pulsar/pull/5178#issuecomment-530708115 run integration tests run java8 tests This is an

[GitHub] [pulsar] Jennifer88huang commented on issue #5178: [doc] Fix few typos in the java docs(a hdfs*, a http*)

2019-09-12 Thread GitBox
Jennifer88huang commented on issue #5178: [doc] Fix few typos in the java docs(a hdfs*, a http*) URL: https://github.com/apache/pulsar/pull/5178#issuecomment-530707732 @liketic It's a very interesting question. "HTTP" is an initialism, we pronounce it as a series of letters: h-t-t-p. "H"

[GitHub] [pulsar] Jennifer88huang edited a comment on issue #5050: [Doc] 'JSON Web Token Authentication' is not documented in the Security chapter of Pulsar document

2019-09-12 Thread GitBox
Jennifer88huang edited a comment on issue #5050: [Doc] 'JSON Web Token Authentication' is not documented in the Security chapter of Pulsar document URL: https://github.com/apache/pulsar/issues/5050#issuecomment-530665193 @Monica-zy In the TLS transport topic and other topics, make the

[GitHub] [pulsar] congbobo184 commented on a change in pull request #5165: [PIP-43] Support producer to send msg with different schema

2019-09-12 Thread GitBox
congbobo184 commented on a change in pull request #5165: [PIP-43] Support producer to send msg with different schema URL: https://github.com/apache/pulsar/pull/5165#discussion_r323584606 ## File path: pulsar-client/src/main/java/org/apache/pulsar/client/impl/ProducerImpl.java

[GitHub] [pulsar] liketic commented on issue #5174: Fix exception type check order bug

2019-09-12 Thread GitBox
liketic commented on issue #5174: Fix exception type check order bug URL: https://github.com/apache/pulsar/pull/5174#issuecomment-530690337 run integration tests This is an automated message from the Apache Git Service. To

[GitHub] [pulsar] yjshen commented on issue #4509: [Documentation][Client Lib Configuration] A full list configuration for Producer/Consumer/Client on website

2019-09-12 Thread GitBox
yjshen commented on issue #4509: [Documentation][Client Lib Configuration] A full list configuration for Producer/Consumer/Client on website URL: https://github.com/apache/pulsar/issues/4509#issuecomment-530688367 > @yjshen thanks for your guidance and help. Glad to help~

[GitHub] [pulsar] liketic commented on issue #5178: [doc] Fix few typos in the java docs(a hdfs*, a http*)

2019-09-12 Thread GitBox
liketic commented on issue #5178: [doc] Fix few typos in the java docs(a hdfs*, a http*) URL: https://github.com/apache/pulsar/pull/5178#issuecomment-530688340 Hi @jiazhai , just curious, why we need ```an``` here ? I'm not a native English speaker. :)

[GitHub] [pulsar] Anonymitaet commented on issue #4509: [Documentation][Client Lib Configuration] A full list configuration for Producer/Consumer/Client on website

2019-09-12 Thread GitBox
Anonymitaet commented on issue #4509: [Documentation][Client Lib Configuration] A full list configuration for Producer/Consumer/Client on website URL: https://github.com/apache/pulsar/issues/4509#issuecomment-530687552 @yjshen thanks for your guidance and help.

[GitHub] [pulsar] yjshen commented on issue #4509: [Documentation][Client Lib Configuration] A full list configuration for Producer/Consumer/Client on website

2019-09-12 Thread GitBox
yjshen commented on issue #4509: [Documentation][Client Lib Configuration] A full list configuration for Producer/Consumer/Client on website URL: https://github.com/apache/pulsar/issues/4509#issuecomment-530687357 Close this issue since all PRs has been merged.

[GitHub] [pulsar] yjshen closed issue #4509: [Documentation][Client Lib Configuration] A full list configuration for Producer/Consumer/Client on website

2019-09-12 Thread GitBox
yjshen closed issue #4509: [Documentation][Client Lib Configuration] A full list configuration for Producer/Consumer/Client on website URL: https://github.com/apache/pulsar/issues/4509 This is an automated message from the

[GitHub] [pulsar] congbobo184 commented on issue #5123: Modify the schema decode method can decode ByteBuf

2019-09-12 Thread GitBox
congbobo184 commented on issue #5123: Modify the schema decode method can decode ByteBuf URL: https://github.com/apache/pulsar/pull/5123#issuecomment-530683190 > @congbobo184 can you address the comments There is doubt about one comment, others have been resolved

[GitHub] [pulsar] congbobo184 commented on a change in pull request #5123: Modify the schema decode method can decode ByteBuf

2019-09-12 Thread GitBox
congbobo184 commented on a change in pull request #5123: Modify the schema decode method can decode ByteBuf URL: https://github.com/apache/pulsar/pull/5123#discussion_r323571551 ## File path: pulsar-client/src/main/java/org/apache/pulsar/client/impl/schema/StringSchema.java

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

2019-09-12 Thread GitBox
Monica-zy commented on issue #5092: [doc] Improve Pulsar Security Extending URL: https://github.com/apache/pulsar/pull/5092#issuecomment-530679484 run integration tests This is an automated message from the Apache Git

[GitHub] [pulsar] Jennifer88huang edited a comment on issue #5050: [Doc] 'JSON Web Token Authentication' is not documented in the Security chapter of Pulsar document

2019-09-12 Thread GitBox
Jennifer88huang edited a comment on issue #5050: [Doc] 'JSON Web Token Authentication' is not documented in the Security chapter of Pulsar document URL: https://github.com/apache/pulsar/issues/5050#issuecomment-530665193 @Monica-zy In the TLS transport topic and other topics, make the