[GitHub] [pulsar-client-go] wolfstudy commented on pull request #552: Encryption support in Go client

2021-10-12 Thread GitBox
wolfstudy commented on pull request #552: URL: https://github.com/apache/pulsar-client-go/pull/552#issuecomment-941971670 > > ping @cckellogg @GPrabhudas What is the latest status here? > > @wolfstudy We can close this PR as all of its sub PRs are merged into master. #555 base interf

[GitHub] [pulsar-client-go] wolfstudy closed pull request #552: Encryption support in Go client

2021-10-12 Thread GitBox
wolfstudy closed pull request #552: URL: https://github.com/apache/pulsar-client-go/pull/552 -- 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. To unsubscribe, e-mail: commi

[GitHub] [pulsar-client-go] wolfstudy merged pull request #637: Fix minor api issue and comments.

2021-10-12 Thread GitBox
wolfstudy merged pull request #637: URL: https://github.com/apache/pulsar-client-go/pull/637 -- 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. To unsubscribe, e-mail: commi

[pulsar-client-go] branch master updated: Fix minor api issue and comments. (#637)

2021-10-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 4e55be0 Fix minor api issue and comments

[GitHub] [pulsar] gaozhangmin opened a new issue #12342: internal-stats `messagesConsumedCounter` is negative

2021-10-12 Thread GitBox
gaozhangmin opened a new issue #12342: URL: https://github.com/apache/pulsar/issues/12342 ![image](https://user-images.githubusercontent.com/9278488/137078809-95212ffb-b858-4097-86d5-8f14d11a9713.png) it's not easy to reproduce -- This is an automated message from the Apache Git S

[GitHub] [pulsar] wangjialing218 commented on pull request #11325: support broker level dispatch rate limiter

2021-10-12 Thread GitBox
wangjialing218 commented on pull request #11325: URL: https://github.com/apache/pulsar/pull/11325#issuecomment-941940123 /pulsarbot run-failure-checks -- 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 g

[GitHub] [pulsar] BewareMyPower opened a new pull request #12341: [C++] Use URL encoded content type for OAuth 2.0 authentication

2021-10-12 Thread GitBox
BewareMyPower opened a new pull request #12341: URL: https://github.com/apache/pulsar/pull/12341 Fixes #12334 ### Motivation When C++ client sends a HTTP request for the access token from a OAuth 2.0 server, the content type is JSON, which is incorrect and might not work in so

[pulsar] branch branch-2.8 updated: [C++] Handle OAuth 2.0 exceptional cases gracefully (#12335)

2021-10-12 Thread guangning
This is an automated email from the ASF dual-hosted git repository. guangning pushed a commit to branch branch-2.8 in repository https://gitbox.apache.org/repos/asf/pulsar.git The following commit(s) were added to refs/heads/branch-2.8 by this push: new 522af14 [C++] Handle OAuth 2.0 excep

[GitHub] [pulsar] tomscut edited a comment on issue #12333: Flaky-test: org.apache.pulsar.broker.admin.TopicPoliciesTest.testDisableSubscribeRate

2021-10-12 Thread GitBox
tomscut edited a comment on issue #12333: URL: https://github.com/apache/pulsar/issues/12333#issuecomment-941895520 @eolivelli @nicoloboschi @lordcheng10 I found that the internal execution time was greater than the default 10s. When updating the code from ``` Awaitility.await(

[GitHub] [pulsar] tomscut commented on issue #12333: Flaky-test: org.apache.pulsar.broker.admin.TopicPoliciesTest.testDisableSubscribeRate

2021-10-12 Thread GitBox
tomscut commented on issue #12333: URL: https://github.com/apache/pulsar/issues/12333#issuecomment-941895520 @eolivelli @nicoloboschi @lordcheng10 I found that the internal execution time was greater than the default 10s. When updating the code from ``` Awaitility.await().until

[GitHub] [pulsar] Jason918 commented on pull request #12308: [ISSUE-12291][Client] 'StartMessageId' and 'RollbackDuration' not working in MultiTopicsReader for non-partitioned topics

2021-10-12 Thread GitBox
Jason918 commented on pull request #12308: URL: https://github.com/apache/pulsar/pull/12308#issuecomment-941895514 /pulsarbot run-failure-checks -- 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 t

[GitHub] [pulsar] Anonymitaet commented on a change in pull request #12336: [Doc] Add pulsar-perf txn

2021-10-12 Thread GitBox
Anonymitaet commented on a change in pull request #12336: URL: https://github.com/apache/pulsar/pull/12336#discussion_r727671191 ## File path: site2/docs/performance-pulsar-perf.md ## @@ -8,149 +8,168 @@ The Pulsar Perf is a built-in performance test tool for Apache Pulsar. Yo

[pulsar] branch branch-2.8 updated: Fix the potential race condition in the BlobStore readhandler (#12123)

2021-10-12 Thread yong
This is an automated email from the ASF dual-hosted git repository. yong pushed a commit to branch branch-2.8 in repository https://gitbox.apache.org/repos/asf/pulsar.git The following commit(s) were added to refs/heads/branch-2.8 by this push: new b1d4fe7 Fix the potential race condition

[GitHub] [pulsar] Anonymitaet edited a comment on pull request #11526: [docs] Format and examples to specify a tenant/namespace for a topic.

2021-10-12 Thread GitBox
Anonymitaet edited a comment on pull request #11526: URL: https://github.com/apache/pulsar/pull/11526#issuecomment-941873733 @sijia-w I've confirmed w/ eng, now could you please help open another PR and update all versioned docs (from 2.2.0 to master) based on our comments? Thanks -- Th

[GitHub] [pulsar] Anonymitaet commented on pull request #11526: [docs] Format and examples to specify a tenant/namespace for a topic.

2021-10-12 Thread GitBox
Anonymitaet commented on pull request #11526: URL: https://github.com/apache/pulsar/pull/11526#issuecomment-941873733 @sijia-w I've confirmed w/ eng, could you please help open another PR and update all versioned docs (from 2.2.0 to master) based on our comments? Thanks -- This is an aut

[GitHub] [pulsar] Anonymitaet commented on a change in pull request #11526: [docs] Format and examples to specify a tenant/namespace for a topic.

2021-10-12 Thread GitBox
Anonymitaet commented on a change in pull request #11526: URL: https://github.com/apache/pulsar/pull/11526#discussion_r727663303 ## File path: site2/docs/client-libraries-node.md ## @@ -137,7 +137,7 @@ Pulsar Node.js producers have the following methods available: | Paramet

[pulsar] branch master updated (7273ffe -> 06b68bb)

2021-10-12 Thread xyz
This is an automated email from the ASF dual-hosted git repository. xyz pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pulsar.git. from 7273ffe feat(cli): add restart command to pulsar-daemon (#12279) add 06b68bb [C++] Handle OAuth 2.0 exceptional c

[GitHub] [pulsar] BewareMyPower closed issue #12324: [C++] Segfault and terrible error handling when OAuth 2.0 authentication failed

2021-10-12 Thread GitBox
BewareMyPower closed issue #12324: URL: https://github.com/apache/pulsar/issues/12324 -- 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. To unsubscribe, e-mail: commits-unsu

[GitHub] [pulsar] BewareMyPower merged pull request #12335: [C++] Handle OAuth 2.0 exceptional cases gracefully

2021-10-12 Thread GitBox
BewareMyPower merged pull request #12335: URL: https://github.com/apache/pulsar/pull/12335 -- 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. To unsubscribe, e-mail: commits

[GitHub] [pulsar] lordcheng10 commented on issue #12317: Flaky-test: [org.apache.pulsar.broker.service.PersistentFailoverE2ETest].[testActiveConsumerFailoverWithDelay]

2021-10-12 Thread GitBox
lordcheng10 commented on issue #12317: URL: https://github.com/apache/pulsar/issues/12317#issuecomment-941871714 > Hi @lordcheng10 , may I ask which version of your code is? I did not reproduce this problem in the latest code. In addition, the number of lines of code is inconsistent from t

[pulsar] branch master updated: feat(cli): add restart command to pulsar-daemon (#12279)

2021-10-12 Thread xyz
This is an automated email from the ASF dual-hosted git repository. xyz 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 7273ffe feat(cli): add restart command to pulsar-d

[GitHub] [pulsar] BewareMyPower merged pull request #12279: feat(cli): add restart command to pulsar-daemon

2021-10-12 Thread GitBox
BewareMyPower merged pull request #12279: URL: https://github.com/apache/pulsar/pull/12279 -- 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. To unsubscribe, e-mail: commits

[GitHub] [pulsar] yuruguo removed a comment on pull request #12296: [client-tools] Remove redundant initial value

2021-10-12 Thread GitBox
yuruguo removed a comment on pull request #12296: URL: https://github.com/apache/pulsar/pull/12296#issuecomment-941854966 @merlimat @eolivelli @congbobo184 @BewareMyPower @hangc0276 Please take a look for this PR. And If there is no problem, can you merge to the master branch? -- This

[pulsar] branch master updated (5f00b87 -> 753e153)

2021-10-12 Thread xyz
This is an automated email from the ASF dual-hosted git repository. xyz pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pulsar.git. from 5f00b87 Make AuthenticationTokenTest to run on windows (#12329) add 753e153 [client-tools] Remove redundant initi

[GitHub] [pulsar] BewareMyPower merged pull request #12296: [client-tools] Remove redundant initial value

2021-10-12 Thread GitBox
BewareMyPower merged pull request #12296: URL: https://github.com/apache/pulsar/pull/12296 -- 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. To unsubscribe, e-mail: commits

[GitHub] [pulsar] codelipenghui commented on pull request #12200: Allow to config pulsar client allocator out of memory policy

2021-10-12 Thread GitBox
codelipenghui commented on pull request #12200: URL: https://github.com/apache/pulsar/pull/12200#issuecomment-941861763 @eolivelli Please help review PR again. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

[GitHub] [pulsar] Huanli-Meng commented on a change in pull request #12336: [Doc] Add pulsar-perf txn

2021-10-12 Thread GitBox
Huanli-Meng commented on a change in pull request #12336: URL: https://github.com/apache/pulsar/pull/12336#discussion_r727649275 ## File path: site2/docs/performance-pulsar-perf.md ## @@ -8,149 +8,168 @@ The Pulsar Perf is a built-in performance test tool for Apache Pulsar. Yo

[GitHub] [pulsar] yuruguo removed a comment on pull request #12300: [pulsar-perf] Support version command

2021-10-12 Thread GitBox
yuruguo removed a comment on pull request #12300: URL: https://github.com/apache/pulsar/pull/12300#issuecomment-939581738 @merlimat @aahmed-se @eolivelli @k2la @codelipenghui @315157973 @hangc0276 @gaoran10 PTAL, thx! -- This is an automated message from the Apache Git Service. To respon

[GitHub] [pulsar] yuruguo commented on pull request #12300: [pulsar-perf] Support version command

2021-10-12 Thread GitBox
yuruguo commented on pull request #12300: URL: https://github.com/apache/pulsar/pull/12300#issuecomment-941857190 @merlimat @aahmed-se @eolivelli @k2la @codelipenghui @gaoran10 PTAL, thx! -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [pulsar] yuruguo commented on pull request #12300: [pulsar-perf] Support version command

2021-10-12 Thread GitBox
yuruguo commented on pull request #12300: URL: https://github.com/apache/pulsar/pull/12300#issuecomment-941856164 > @yuruguo should we add the `version` flag to the code files in `https://github.com/apache/pulsar/tree/master/pulsar-testclient/src`? Example: https://github.com/apache/pulsar

[GitHub] [pulsar] MarvinCai commented on pull request #12326: [Issue 12271][Modernizer] Add Maven Modernizer plugin in pulsar-proxy module

2021-10-12 Thread GitBox
MarvinCai commented on pull request #12326: URL: https://github.com/apache/pulsar/pull/12326#issuecomment-941855629 /pulsarbot run-failure-checks -- 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

[GitHub] [pulsar] MarvinCai commented on pull request #12270: [Modernizer]Add Maven Modernizer plugin in pulsar-common module and fix violation.

2021-10-12 Thread GitBox
MarvinCai commented on pull request #12270: URL: https://github.com/apache/pulsar/pull/12270#issuecomment-941855525 @eolivelli PTAL -- 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 c

[GitHub] [pulsar] MarvinCai commented on a change in pull request #12270: [Modernizer]Add Maven Modernizer plugin in pulsar-common module and fix violation.

2021-10-12 Thread GitBox
MarvinCai commented on a change in pull request #12270: URL: https://github.com/apache/pulsar/pull/12270#discussion_r727648797 ## File path: pulsar-common/src/main/java/org/apache/pulsar/common/policies/data/PersistentOfflineTopicStats.java ## @@ -55,8 +55,8 @@ public Per

[GitHub] [pulsar] yuruguo commented on pull request #12296: [client-tools] Remove redundant initial value

2021-10-12 Thread GitBox
yuruguo commented on pull request #12296: URL: https://github.com/apache/pulsar/pull/12296#issuecomment-941854966 @merlimat @eolivelli @congbobo184 @BewareMyPower @hangc0276 Please take a look for this PR. And If there is no problem, can you merge to the master branch? -- This is an a

[GitHub] [pulsar] yuruguo removed a comment on pull request #12296: [client-tools] Remove redundant initial value

2021-10-12 Thread GitBox
yuruguo removed a comment on pull request #12296: URL: https://github.com/apache/pulsar/pull/12296#issuecomment-940839365 @eolivelli @hangc0276 @BewareMyPower Please take a look for this PR. And If there is no problem, can you merge to the `master` branch? -- This is an automated mess

[GitHub] [pulsar] MarvinCai commented on a change in pull request #12270: [Modernizer]Add Maven Modernizer plugin in pulsar-common module and fix violation.

2021-10-12 Thread GitBox
MarvinCai commented on a change in pull request #12270: URL: https://github.com/apache/pulsar/pull/12270#discussion_r727647934 ## File path: pulsar-common/pom.xml ## @@ -196,6 +196,24 @@ + + org.gaul + modernizer-maven-plugin Review comment: sure

[GitHub] [pulsar] yuruguo removed a comment on pull request #12128: [pulsar-admin] Allow setting --forward-source-message-property to false when updating a pulsar function

2021-10-12 Thread GitBox
yuruguo removed a comment on pull request #12128: URL: https://github.com/apache/pulsar/pull/12128#issuecomment-940628727 @merlimat @lhotari @eolivelli @315157973 @BewareMyPower @hangc0276 @gaoran10 PTAL -- This is an automated message from the Apache Git Service. To respond to the messa

[GitHub] [pulsar] yuruguo commented on pull request #12128: [pulsar-admin] Allow setting --forward-source-message-property to false when updating a pulsar function

2021-10-12 Thread GitBox
yuruguo commented on pull request #12128: URL: https://github.com/apache/pulsar/pull/12128#issuecomment-941851435 @merlimat @lhotari @eolivelli @315157973 @BewareMyPower @hangc0276 @gaoran10 PTAL -- This is an automated message from the Apache Git Service. To respond to the message, plea

[GitHub] [pulsar] yuruguo removed a comment on pull request #12020: [testclient] Make option -time take effect in PerformanceClient

2021-10-12 Thread GitBox
yuruguo removed a comment on pull request #12020: URL: https://github.com/apache/pulsar/pull/12020#issuecomment-940630480 @merlimat @k2la @massakam @codelipenghui @jiazhai @congbobo184 PTAL, thx! -- This is an automated message from the Apache Git Service. To respond to the message, pleas

[GitHub] [pulsar] yuruguo commented on pull request #12020: [testclient] Make option -time take effect in PerformanceClient

2021-10-12 Thread GitBox
yuruguo commented on pull request #12020: URL: https://github.com/apache/pulsar/pull/12020#issuecomment-941848988 @merlimat @k2la @codelipenghui @jiazhai @congbobo184 @hangc0276 @gaoran10 PTAL, thx! -- This is an automated message from the Apache Git Service. To respond to the message, p

[GitHub] [pulsar] Jason918 commented on pull request #12308: [ISSUE-12291][Client] 'StartMessageId' and 'RollbackDuration' not working in MultiTopicsReader for non-partitioned topics

2021-10-12 Thread GitBox
Jason918 commented on pull request #12308: URL: https://github.com/apache/pulsar/pull/12308#issuecomment-941848226 /pulsarbot run-failure-checks -- 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 t

[GitHub] [pulsar] yuruguo commented on pull request #12322: [pulsar-admin] Add corresponding get command for namespace

2021-10-12 Thread GitBox
yuruguo commented on pull request #12322: URL: https://github.com/apache/pulsar/pull/12322#issuecomment-941847248 > @yuruguo the doc is automatically generated with the code file, so I label this PR w/ `doc`. Okay :) [12242](https://github.com/apache/pulsar/pull/12242) is similar

[GitHub] [pulsar] lordcheng10 edited a comment on issue #12333: Flaky-test: org.apache.pulsar.broker.admin.TopicPoliciesTest.testDisableSubscribeRate

2021-10-12 Thread GitBox
lordcheng10 edited a comment on issue #12333: URL: https://github.com/apache/pulsar/issues/12333#issuecomment-941838115 I also encountered it, and in my PR, CI was triggered several times and failed in this method。 -- This is an automated message from the Apache Git Service. To respond t

[GitHub] [pulsar] lordcheng10 commented on issue #12333: Flaky-test: org.apache.pulsar.broker.admin.TopicPoliciesTest.testDisableSubscribeRate

2021-10-12 Thread GitBox
lordcheng10 commented on issue #12333: URL: https://github.com/apache/pulsar/issues/12333#issuecomment-941838115 I also encountered it, and in my PR, CI was triggered several times and failed in this method. -- This is an automated message from the Apache Git Service. To respond to the m

[pulsar] branch master updated (f283030 -> 5f00b87)

2021-10-12 Thread xyz
This is an automated email from the ASF dual-hosted git repository. xyz pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pulsar.git. from f283030 [offload] fix FileSystemManagedLedgerOffloader can not cleanup outdated ledger data (#12309) add 5f00b87

[GitHub] [pulsar] BewareMyPower merged pull request #12329: Make AuthenticationTokenTest to run on windows

2021-10-12 Thread GitBox
BewareMyPower merged pull request #12329: URL: https://github.com/apache/pulsar/pull/12329 -- 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. To unsubscribe, e-mail: commits

[GitHub] [pulsar] merlimat commented on a change in pull request #12340: [Branch 2.7] Avoid potentially blocking calls to metadata on critical threads (#12339)

2021-10-12 Thread GitBox
merlimat commented on a change in pull request #12340: URL: https://github.com/apache/pulsar/pull/12340#discussion_r727633231 ## File path: pulsar-broker/src/main/java/org/apache/pulsar/broker/service/BacklogQuotaManager.java ## @@ -65,13 +65,11 @@ public BacklogQuota getDefau

[GitHub] [pulsar] BewareMyPower commented on a change in pull request #12335: [C++] Handle OAuth 2.0 exceptional cases gracefully

2021-10-12 Thread GitBox
BewareMyPower commented on a change in pull request #12335: URL: https://github.com/apache/pulsar/pull/12335#discussion_r727630186 ## File path: pulsar-client-cpp/lib/Commands.cc ## @@ -228,13 +228,18 @@ SharedBuffer Commands::newConnect(const AuthenticationPtr& authentication

[GitHub] [pulsar] wangjialing218 commented on pull request #11325: support broker level dispatch rate limiter

2021-10-12 Thread GitBox
wangjialing218 commented on pull request #11325: URL: https://github.com/apache/pulsar/pull/11325#issuecomment-941818419 /pulsarbot run-failure-checks -- 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 g

[pulsar] branch master updated (61d3723 -> f283030)

2021-10-12 Thread chenhang
This is an automated email from the ASF dual-hosted git repository. chenhang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pulsar.git. from 61d3723 [Doc]--Update contents for Pulsar adaptor for Apache Spark (#12338) add f283030 [offload] fix FileS

[GitHub] [pulsar] hangc0276 merged pull request #12309: [offload] fix FileSystemManagedLedgerOffloader can not cleanup outdated ledger

2021-10-12 Thread GitBox
hangc0276 merged pull request #12309: URL: https://github.com/apache/pulsar/pull/12309 -- 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. To unsubscribe, e-mail: commits-uns

[GitHub] [pulsar] lordcheng10 commented on pull request #12332: Flaky-test:PulsarServiceTest.testAppliedAdvertised

2021-10-12 Thread GitBox
lordcheng10 commented on pull request #12332: URL: https://github.com/apache/pulsar/pull/12332#issuecomment-941810822 /pulsarbot run-failure-checks -- 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 t

[GitHub] [pulsar] dlg99 commented on pull request #12256: Added Debezium Source for MS SQL Server

2021-10-12 Thread GitBox
dlg99 commented on pull request #12256: URL: https://github.com/apache/pulsar/pull/12256#issuecomment-941810115 @Anonymitaet I updated the doc -- 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

[GitHub] [pulsar] dlg99 commented on a change in pull request #12256: Added Debezium Source for MS SQL Server

2021-10-12 Thread GitBox
dlg99 commented on a change in pull request #12256: URL: https://github.com/apache/pulsar/pull/12256#discussion_r727618739 ## File path: site2/docs/io-debezium-source.md ## @@ -535,6 +535,72 @@ configs: For the full list of configuration properties supported by Debezium, see

[GitHub] [pulsar] hangc0276 commented on a change in pull request #12340: [Branch 2.7] Avoid potentially blocking calls to metadata on critical threads (#12339)

2021-10-12 Thread GitBox
hangc0276 commented on a change in pull request #12340: URL: https://github.com/apache/pulsar/pull/12340#discussion_r727618229 ## File path: pulsar-broker/src/main/java/org/apache/pulsar/broker/service/AbstractTopic.java ## @@ -411,7 +396,7 @@ protected void checkTopicFenced()

[GitHub] [pulsar] codelipenghui commented on a change in pull request #12340: [Branch 2.7] Avoid potentially blocking calls to metadata on critical threads (#12339)

2021-10-12 Thread GitBox
codelipenghui commented on a change in pull request #12340: URL: https://github.com/apache/pulsar/pull/12340#discussion_r727615842 ## File path: pulsar-broker/src/main/java/org/apache/pulsar/broker/service/AbstractTopic.java ## @@ -114,17 +114,11 @@ public AbstractTopic(String

[GitHub] [pulsar] dlg99 commented on a change in pull request #12256: Added Debezium Source for MS SQL Server

2021-10-12 Thread GitBox
dlg99 commented on a change in pull request #12256: URL: https://github.com/apache/pulsar/pull/12256#discussion_r727618235 ## File path: site2/docs/io-connectors.md ## @@ -52,6 +52,15 @@ Pulsar has various source connectors, which are sorted alphabetically as below. * [Exampl

[GitHub] [pulsar] dlg99 commented on a change in pull request #12256: Added Debezium Source for MS SQL Server

2021-10-12 Thread GitBox
dlg99 commented on a change in pull request #12256: URL: https://github.com/apache/pulsar/pull/12256#discussion_r727617347 ## File path: site2/docs/io-debezium-source.md ## @@ -535,6 +535,72 @@ configs: For the full list of configuration properties supported by Debezium, see

[GitHub] [pulsar] Anonymitaet commented on pull request #12195: When the producer or client is normally closed, data will be lost

2021-10-12 Thread GitBox
Anonymitaet commented on pull request #12195: URL: https://github.com/apache/pulsar/pull/12195#issuecomment-941805193 @lordcheng10 feel free to ping me if you need a doc review. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [pulsar] Anonymitaet commented on a change in pull request #12256: Added Debezium Source for MS SQL Server

2021-10-12 Thread GitBox
Anonymitaet commented on a change in pull request #12256: URL: https://github.com/apache/pulsar/pull/12256#discussion_r727615308 ## File path: site2/docs/io-debezium-source.md ## @@ -535,6 +535,72 @@ configs: For the full list of configuration properties supported by Debeziu

[GitHub] [pulsar] Anonymitaet commented on pull request #12258: [pulsar-broker] Support caching to drain backlog consumers

2021-10-12 Thread GitBox
Anonymitaet commented on pull request #12258: URL: https://github.com/apache/pulsar/pull/12258#issuecomment-941801029 @rdhabalia Thanks for your contribution. For this PR, do we need to update docs? (The [PR template contains info about doc](https://github.com/apache/pulsar/blob/mas

[GitHub] [pulsar] Anonymitaet commented on pull request #12294: [pulsar-broker] Support configuration to rate-limit dispatching on batch message

2021-10-12 Thread GitBox
Anonymitaet commented on pull request #12294: URL: https://github.com/apache/pulsar/pull/12294#issuecomment-941800409 @rdhabalia feel free to ping me if you need a doc review. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub a

[GitHub] [pulsar] Anonymitaet commented on pull request #12298: Change dependencySet scope of assembly from compile to runtime

2021-10-12 Thread GitBox
Anonymitaet commented on pull request #12298: URL: https://github.com/apache/pulsar/pull/12298#issuecomment-941800104 @ciaocloud Thanks for your contribution. For this PR, do we need to update docs? (The [PR template contains info about doc](https://github.com/apache/pulsar/blob/mas

[GitHub] [pulsar] codelipenghui commented on pull request #12339: Avoid potentially blocking calls to metadata on critical threads

2021-10-12 Thread GitBox
codelipenghui commented on pull request #12339: URL: https://github.com/apache/pulsar/pull/12339#issuecomment-941800067 @michaeljmarshall Please help review again -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[GitHub] [pulsar] Anonymitaet commented on pull request #12300: [pulsar-perf] Support version command

2021-10-12 Thread GitBox
Anonymitaet commented on pull request #12300: URL: https://github.com/apache/pulsar/pull/12300#issuecomment-941799926 @yuruguo should we add the `version` flag to the code files in `https://github.com/apache/pulsar/tree/master/pulsar-testclient/src`? Example: https://github.com/apache/puls

[GitHub] [pulsar] yuruguo commented on pull request #12187: [testclient] Make --payload-file take effect in PerformanceClient

2021-10-12 Thread GitBox
yuruguo commented on pull request #12187: URL: https://github.com/apache/pulsar/pull/12187#issuecomment-941799068 > @yuruguo done thx :) -- 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 th

[GitHub] [pulsar] Anonymitaet commented on pull request #12302: reset-cursor support earliest or latest

2021-10-12 Thread GitBox
Anonymitaet commented on pull request #12302: URL: https://github.com/apache/pulsar/pull/12302#issuecomment-941798235 @gaozhangmin feel free to ping me if you need a doc review. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [pulsar] beyondyinjl2 commented on pull request #12331: mqtt protocol mop project, this method is required for publishing and subscribing permission verification

2021-10-12 Thread GitBox
beyondyinjl2 commented on pull request #12331: URL: https://github.com/apache/pulsar/pull/12331#issuecomment-941797851 @Anonymitaet Mainly, when the sending and subscribing topics on the mop side will judge the permissions, this method is needed. The document is explained in the mop. This

[GitHub] [pulsar] Anonymitaet commented on pull request #12322: [pulsar-admin] Add corresponding get command for namespace

2021-10-12 Thread GitBox
Anonymitaet commented on pull request #12322: URL: https://github.com/apache/pulsar/pull/12322#issuecomment-941796459 @yuruguo the doc is automatically generated with the code file, so I label this PR w/ `doc`. -- This is an automated message from the Apache Git Service. To respond to th

[GitHub] [pulsar] Anonymitaet commented on pull request #12331: mqtt protocol mop project, this method is required for publishing and subscribing permission verification

2021-10-12 Thread GitBox
Anonymitaet commented on pull request #12331: URL: https://github.com/apache/pulsar/pull/12331#issuecomment-941795514 @beyondyinjl2 Thanks for your contribution. For this PR, do we need to update docs? (The [PR template contains info about doc](https://github.com/apache/pulsar/blob/

[GitHub] [pulsar] Anonymitaet commented on pull request #12187: [testclient] Make --payload-file take effect in PerformanceClient

2021-10-12 Thread GitBox
Anonymitaet commented on pull request #12187: URL: https://github.com/apache/pulsar/pull/12187#issuecomment-941793697 @yuruguo done -- 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 c

[GitHub] [pulsar] merlimat opened a new pull request #12340: Avoid potentially blocking calls to metadata on critical threads (#12339)

2021-10-12 Thread GitBox
merlimat opened a new pull request #12340: URL: https://github.com/apache/pulsar/pull/12340 ### Motivation This is a port to branch 2.7 of the fixes done in #12339. It's not a straight cherry-pick since the code has changed a lot since then, though the same problem of blocking calls

[GitHub] [pulsar] Shoothzj commented on pull request #12200: Allow to config pulsar client allocator out of memory policy

2021-10-12 Thread GitBox
Shoothzj commented on pull request #12200: URL: https://github.com/apache/pulsar/pull/12200#issuecomment-941748101 /pulsarbot run-failure-checks -- 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 t

[GitHub] [pulsar] alexsapps commented on issue #12053: Docs clarification needed for concepts-messaging/#retry-letter-topic

2021-10-12 Thread GitBox
alexsapps commented on issue #12053: URL: https://github.com/apache/pulsar/issues/12053#issuecomment-941729849 Hi @Huanli-Meng Let me know if you have advice where to get more information on retry topics :) -- This is an automated message from the Apache Git Service. To respond to the me

[GitHub] [pulsar] merlimat commented on a change in pull request #12339: Avoid potentially blocking calls to metadata on critical threads

2021-10-12 Thread GitBox
merlimat commented on a change in pull request #12339: URL: https://github.com/apache/pulsar/pull/12339#discussion_r727559908 ## File path: pulsar-broker-common/src/main/java/org/apache/pulsar/broker/authorization/PulsarAuthorizationProvider.java ## @@ -322,48 +324,42 @@ publi

[GitHub] [pulsar] addisonj commented on pull request #12072: [PIP 95][Issue 12040][web] Topic lookup with listener header

2021-10-12 Thread GitBox
addisonj commented on pull request #12072: URL: https://github.com/apache/pulsar/pull/12072#issuecomment-941638303 /pulsarbot run-failure-checks -- 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 t

[GitHub] [pulsar] michaeljmarshall commented on a change in pull request #12339: Avoid potentially blocking calls to metadata on critical threads

2021-10-12 Thread GitBox
michaeljmarshall commented on a change in pull request #12339: URL: https://github.com/apache/pulsar/pull/12339#discussion_r727528015 ## File path: pulsar-broker/src/main/java/org/apache/pulsar/broker/service/AbstractTopic.java ## @@ -209,18 +196,12 @@ protected boolean isCons

[GitHub] [pulsar] EronWright removed a comment on pull request #12079: [PIP 95][Issue 12040][broker] Decouple advertised listeners from bind addresses

2021-10-12 Thread GitBox
EronWright removed a comment on pull request #12079: URL: https://github.com/apache/pulsar/pull/12079#issuecomment-922118269 @rdhabalia would appreciate your feedback, thanks. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub a

[GitHub] [pulsar] merlimat commented on a change in pull request #12339: Avoid potentially blocking calls to metadata on critical threads

2021-10-12 Thread GitBox
merlimat commented on a change in pull request #12339: URL: https://github.com/apache/pulsar/pull/12339#discussion_r727515017 ## File path: pulsar-broker-common/src/main/java/org/apache/pulsar/broker/authorization/PulsarAuthorizationProvider.java ## @@ -322,48 +324,42 @@ publi

[GitHub] [pulsar] michaeljmarshall commented on pull request #12123: Fix the potential race condition in the BlobStore readhandler

2021-10-12 Thread GitBox
michaeljmarshall commented on pull request #12123: URL: https://github.com/apache/pulsar/pull/12123#issuecomment-941568227 @codelipenghui and @zymap - sorry for my delayed review. LGTM -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [pulsar] michaeljmarshall commented on a change in pull request #12302: reset-cursor support earliest or latest

2021-10-12 Thread GitBox
michaeljmarshall commented on a change in pull request #12302: URL: https://github.com/apache/pulsar/pull/12302#discussion_r727500737 ## File path: pulsar-client-tools/src/main/java/org/apache/pulsar/admin/cli/CmdTopics.java ## @@ -778,6 +778,14 @@ void run() throws PulsarAdmi

[GitHub] [pulsar] sijia-w commented on pull request #11526: [docs] Format and examples to specify a tenant/namespace for a topic.

2021-10-12 Thread GitBox
sijia-w commented on pull request #11526: URL: https://github.com/apache/pulsar/pull/11526#issuecomment-941527075 @Anonymitaet Shall I create a new pr after @vsly-ru replies to this message? Thank you. -- This is an automated message from the Apache Git Service. To respond to the message

[GitHub] [pulsar] EronWright commented on pull request #12072: [PIP 95][Issue 12040][web] Topic lookup with listener header

2021-10-12 Thread GitBox
EronWright commented on pull request #12072: URL: https://github.com/apache/pulsar/pull/12072#issuecomment-941523076 This is ready to merge. The test failure seems unrelated: ``` Error: org.apache.pulsar.broker.admin.TopicPoliciesTest.testDisableSubscribeRate(org.apache.pulsar.broke

[GitHub] [pulsar] cckellogg commented on a change in pull request #12339: Avoid potentially blocking calls to metadata on critical threads

2021-10-12 Thread GitBox
cckellogg commented on a change in pull request #12339: URL: https://github.com/apache/pulsar/pull/12339#discussion_r727442559 ## File path: pulsar-broker-common/src/main/java/org/apache/pulsar/broker/authorization/PulsarAuthorizationProvider.java ## @@ -322,48 +324,42 @@ publ

[GitHub] [pulsar] merlimat opened a new pull request #12339: Avoid potentially blocking calls to metadata on critical threads

2021-10-12 Thread GitBox
merlimat opened a new pull request #12339: URL: https://github.com/apache/pulsar/pull/12339 ### Motivation We have several places that are accessing the namespace policies in a synchronous way from the critical IO threads of the broker. These accesses are almost always non-blocking

[GitHub] [pulsar] EronWright commented on issue #12334: [C++] OAuth 2.0 request's content type is not x-www-form-urlencoded

2021-10-12 Thread GitBox
EronWright commented on issue #12334: URL: https://github.com/apache/pulsar/issues/12334#issuecomment-941257804 Good job in diagnosing this. -- 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 s

[pulsar] branch master updated: [Doc]--Update contents for Pulsar adaptor for Apache Spark (#12338)

2021-10-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 61d3723 [Doc]--Update contents for Pulsar adapt

[GitHub] [pulsar] merlimat merged pull request #12338: [Doc]--Update contents for Pulsar adaptor for Apache Spark

2021-10-12 Thread GitBox
merlimat merged pull request #12338: URL: https://github.com/apache/pulsar/pull/12338 -- 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. To unsubscribe, e-mail: commits-unsu

[GitHub] [pulsar] lordcheng10 commented on pull request #12332: Flaky-test:PulsarServiceTest.testAppliedAdvertised

2021-10-12 Thread GitBox
lordcheng10 commented on pull request #12332: URL: https://github.com/apache/pulsar/pull/12332#issuecomment-941205497 /pulsarbot run-failure-checks -- 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 t

[GitHub] [pulsar] merlimat commented on a change in pull request #12335: [C++] Handle OAuth 2.0 exceptional cases gracefully

2021-10-12 Thread GitBox
merlimat commented on a change in pull request #12335: URL: https://github.com/apache/pulsar/pull/12335#discussion_r727337086 ## File path: pulsar-client-cpp/lib/Commands.cc ## @@ -228,13 +228,18 @@ SharedBuffer Commands::newConnect(const AuthenticationPtr& authentication, con

[GitHub] [pulsar] nlu90 commented on pull request #12338: [Doc]--Update contents for Pulsar adaptor for Apache Spark

2021-10-12 Thread GitBox
nlu90 commented on pull request #12338: URL: https://github.com/apache/pulsar/pull/12338#issuecomment-941184771 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. To uns

[GitHub] [pulsar] 315157973 commented on issue #12269: Support pluggable entry filter in Dispatcher

2021-10-12 Thread GitBox
315157973 commented on issue #12269: URL: https://github.com/apache/pulsar/issues/12269#issuecomment-941159597 > What happens if I subscribe from two different consumer with different subscriptProperties ? `subscriptionProperties` is immutable. Attempts to modify will return an exc

[GitHub] [pulsar] eolivelli commented on issue #12269: Support pluggable entry filter in Dispatcher

2021-10-12 Thread GitBox
eolivelli commented on issue #12269: URL: https://github.com/apache/pulsar/issues/12269#issuecomment-941155886 What happens if I subscribe from two different consumer with different subscriptProperties ? -- This is an automated message from the Apache Git Service. To respond to the messa

[GitHub] [pulsar] eolivelli commented on issue #12269: Support pluggable entry filter in Dispatcher

2021-10-12 Thread GitBox
eolivelli commented on issue #12269: URL: https://github.com/apache/pulsar/issues/12269#issuecomment-941155122 I would change 'subscriptProperties' to 'subscriptionProperties' Apart from this LGTM -- This is an automated message from the Apache Git Service. To respond to the messag

[GitHub] [pulsar] eolivelli commented on pull request #12306: Fix: flaky oracle tests

2021-10-12 Thread GitBox
eolivelli commented on pull request #12306: URL: https://github.com/apache/pulsar/pull/12306#issuecomment-941129822 @dlg99 @lhotari is it possible to make this new CI job not "required" to merge the PRs ? -- This is an automated message from the Apache Git Service. To respond to the mess

[GitHub] [pulsar] liangyepianzhou commented on pull request #12219: [Transaction] Transaction buffer take snapshot max read position

2021-10-12 Thread GitBox
liangyepianzhou commented on pull request #12219: URL: https://github.com/apache/pulsar/pull/12219#issuecomment-941123562 /pulsarbot run-failure-checks -- 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

[GitHub] [pulsar] yuruguo edited a comment on pull request #12020: [testclient] Make option -time take effect in PerformanceClient

2021-10-12 Thread GitBox
yuruguo edited a comment on pull request #12020: URL: https://github.com/apache/pulsar/pull/12020#issuecomment-924599172 > LGTM. > Why are the two judgment conditions not merged together? > > ``` > if (testTime > 0 && System.nanoTime() > testEndTime) > ``` In fact, th

[GitHub] [pulsar] 315157973 commented on issue #12269: Support pluggable entry filter in Dispatcher

2021-10-12 Thread GitBox
315157973 commented on issue #12269: URL: https://github.com/apache/pulsar/issues/12269#issuecomment-941086295 @eolivelli PTAL, 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 specif

[GitHub] [pulsar] Shoothzj commented on pull request #12200: Allow to config pulsar client allocator out of memory policy

2021-10-12 Thread GitBox
Shoothzj commented on pull request #12200: URL: https://github.com/apache/pulsar/pull/12200#issuecomment-941070911 /pulsarbot run-failure-checks -- 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 t

[GitHub] [pulsar] eolivelli commented on pull request #12056: [PIP 95][Issue 12040][broker] Multiple bind addresses for Pulsar protocol

2021-10-12 Thread GitBox
eolivelli commented on pull request #12056: URL: https://github.com/apache/pulsar/pull/12056#issuecomment-941067555 CI error is related to this patch please fix ``` testMalformed(org.apache.pulsar.broker.validator.BindAddressValidatorTest) Time elapsed: 0.033 s <<< FAILUR

  1   2   >