[GitHub] [pulsar] jerrypeng opened a new pull request #7641: Export Function worker internal stats via Prometheus

2020-07-22 Thread GitBox
jerrypeng opened a new pull request #7641: URL: https://github.com/apache/pulsar/pull/7641 ### Motivation Collect some metrics on the performance of internal modules of the function worker. Export the metrics via prometheus -

[GitHub] [pulsar] jiazhai commented on pull request #7453: Remove bouncy castle shaded module to avoid bring error of verifySingleJar

2020-07-22 Thread GitBox
jiazhai commented on pull request #7453: URL: https://github.com/apache/pulsar/pull/7453#issuecomment-662834562 /pulsarbot run-failure-checks This is an automated message from the Apache Git Service. To respond to the message

[GitHub] [pulsar] jiazhai commented on pull request #7621: Support to set listener name for client cli

2020-07-22 Thread GitBox
jiazhai commented on pull request #7621: URL: https://github.com/apache/pulsar/pull/7621#issuecomment-662834481 /pulsarbot run-failure-checks This is an automated message from the Apache Git Service. To respond to the message

[GitHub] [pulsar] jiazhai commented on pull request #7572: [CPP] Fix segment crashes that caused by race condition of timer in cpp client

2020-07-22 Thread GitBox
jiazhai commented on pull request #7572: URL: https://github.com/apache/pulsar/pull/7572#issuecomment-662833516 /pulsarbot run-failure-checks This is an automated message from the Apache Git Service. To respond to the message

[GitHub] [pulsar] jiazhai commented on pull request #7572: [CPP] Fix segment crashes that caused by race condition of timer in cpp client

2020-07-22 Thread GitBox
jiazhai commented on pull request #7572: URL: https://github.com/apache/pulsar/pull/7572#issuecomment-662833448 /pulsarbot run-failure-checks This is an automated message from the Apache Git Service. To respond to the message

[GitHub] [pulsar] Shenfeng1011 commented on issue #7639: offload_policies ineffective

2020-07-22 Thread GitBox
Shenfeng1011 commented on issue #7639: URL: https://github.com/apache/pulsar/issues/7639#issuecomment-662827439 waiting on line ~ This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [pulsar] jiazhai commented on issue #7625: [docs] request body description of sinks REST APIs is wrong

2020-07-22 Thread GitBox
jiazhai commented on issue #7625: URL: https://github.com/apache/pulsar/issues/7625#issuecomment-662824674 From my view, `ApiParam` should be workable. @tuteng @Jennifer88huang Would you please help provide more instructions or examples for @BewareMyPower to reference on this doc fix?

[GitHub] [pulsar] aahmed-se opened a new pull request #7640: Use core-module build profile to avoid downloading snapshot jars

2020-07-22 Thread GitBox
aahmed-se opened a new pull request #7640: URL: https://github.com/apache/pulsar/pull/7640 The current maven build command will download snapshot jars for missing components. We now force building the required modules. ---

[GitHub] [pulsar] merlimat merged pull request #7603: Migrate github actions to use container images

2020-07-22 Thread GitBox
merlimat merged pull request #7603: URL: https://github.com/apache/pulsar/pull/7603 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

[pulsar] branch master updated (9366a32 -> 67bd345)

2020-07-22 Thread mmerli
This is an automated email from the ASF dual-hosted git repository. mmerli pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pulsar.git. from 9366a32 Revert "#7678 - changed root pom to use jetty bom (#7630)" (#7638) add 67bd345 Migrate github actions

[GitHub] [pulsar] Shenfeng1011 opened a new issue #7639: offload_policies ineffective

2020-07-22 Thread GitBox
Shenfeng1011 opened a new issue #7639: URL: https://github.com/apache/pulsar/issues/7639 can not offload data to hdfs? version:2.6.0 1.broker.conf managedLedgerOffloadDriver=filesystem fileSystemProfilePath="../conf/filesystem_offload_core_site.xml" fileSystemURI="hdfs://

[GitHub] [pulsar] BewareMyPower commented on issue #7625: [docs] request body description of sinks REST APIs is wrong

2020-07-22 Thread GitBox
BewareMyPower commented on issue #7625: URL: https://github.com/apache/pulsar/issues/7625#issuecomment-662798336 This part of doc seems to be generated by Java annotations, eg. `A JSON value presenting config payload of a Pulsar Sink` is from `@ApiParam` before the following line: `

[GitHub] [pulsar-client-go] wolfstudy commented on issue #328: HasNext returns false when reading last message inclusive

2020-07-22 Thread GitBox
wolfstudy commented on issue #328: URL: https://github.com/apache/pulsar-client-go/issues/328#issuecomment-662793192 > use case: If I send message m1, m2 and m3 to a topic t1, when my system restarts, I want to be able to read the last message sent to t1, in this case m3. Thanks @q

[pulsar-helm-chart] branch master updated: Add zookeeper metrics port and PodMonitors (#44)

2020-07-22 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-helm-chart.git The following commit(s) were added to refs/heads/master by this push: new 6b92881 Add zookeeper metrics port and

[pulsar-helm-chart] branch master updated: Update grafana dashboard images version to 0.0.9 (#45)

2020-07-22 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-helm-chart.git The following commit(s) were added to refs/heads/master by this push: new 682dfce Update grafana dashboard images

[GitHub] [pulsar] jiazhai commented on issue #7636: [Question] Exception: Pulsar error: ConsumerBusy? Python Example showing error on second run? Unless terminal is closed and start again in new PyCha

2020-07-22 Thread GitBox
jiazhai commented on issue #7636: URL: https://github.com/apache/pulsar/issues/7636#issuecomment-662785054 @scheung38 by default consumer is started in exclusive mode, which means, only 1 consumer is allowed as active. You could try share mode for multi consumers. ---

[GitHub] [pulsar] jiazhai commented on issue #7634: Use jackson bom in root pom

2020-07-22 Thread GitBox
jiazhai commented on issue #7634: URL: https://github.com/apache/pulsar/issues/7634#issuecomment-662782346 Thanks @vcottagiri what is the potential issues for current version? Would you like to provide a fix for this Jackson upgrade? ---

[GitHub] [pulsar] jiazhai commented on issue #7625: [docs] request body description of sinks REST APIs is wrong

2020-07-22 Thread GitBox
jiazhai commented on issue #7625: URL: https://github.com/apache/pulsar/issues/7625#issuecomment-662781895 Thanks @BewareMyPower . Would you like to help contribute a fix for this issue? This is an automated message from the

[GitHub] [pulsar] jiazhai commented on issue #7626: Acknowledging list of messages in Pulsar consumer java client

2020-07-22 Thread GitBox
jiazhai commented on issue #7626: URL: https://github.com/apache/pulsar/issues/7626#issuecomment-662781504 Thanks, @pg2404 There was already a simlar interface : "CompletableFuture acknowledgeAsync(Messages messages)". If this is not enough for your use case, It should be not hard to tu

[GitHub] [pulsar] jiazhai commented on issue #7624: pulsar-client ivy resolve problem

2020-07-22 Thread GitBox
jiazhai commented on issue #7624: URL: https://github.com/apache/pulsar/issues/7624#issuecomment-662780104 @wangkunSE If 2.1.5 works, Would you like to provide a fix for this? This is an automated message from the Apache Git

[GitHub] [pulsar-client-go] quintans commented on issue #328: HasNext returns false when reading last message inclusive

2020-07-22 Thread GitBox
quintans commented on issue #328: URL: https://github.com/apache/pulsar-client-go/issues/328#issuecomment-662763854 @wolfstudy use case: If I send message m1, m2 and m3 to a topic t1, when my system restarts, I want to be able to read the last message sent to t1, in this case m3. For w

[GitHub] [pulsar] aahmed-se merged pull request #7638: Revert "#7678 - changed root pom to use jetty bom (#7630)"

2020-07-22 Thread GitBox
aahmed-se merged pull request #7638: URL: https://github.com/apache/pulsar/pull/7638 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

[pulsar] branch master updated (d1f48bf -> 9366a32)

2020-07-22 Thread aahmed
This is an automated email from the ASF dual-hosted git repository. aahmed pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pulsar.git. from d1f48bf Added an enhancement template for github (#7637) add 9366a32 Revert "#7678 - changed root pom to use j

[GitHub] [pulsar] vcottagiri commented on pull request #7638: Revert "#7678 - changed root pom to use jetty bom (#7630)"

2020-07-22 Thread GitBox
vcottagiri commented on pull request #7638: URL: https://github.com/apache/pulsar/pull/7638#issuecomment-662761557 Ok, sounds good This is an automated message from the Apache Git Service. To respond to the message, please lo

[GitHub] [pulsar-client-go] quintans commented on issue #328: HasNext returns false when reading last message inclusive

2020-07-22 Thread GitBox
quintans commented on issue #328: URL: https://github.com/apache/pulsar-client-go/issues/328#issuecomment-662759123 @wolfstudy It's the oposite. I need to consume the message at the very end. I want to read the last message sent to the topic. -

[GitHub] [pulsar] merlimat opened a new pull request #7638: Revert "#7678 - changed root pom to use jetty bom (#7630)"

2020-07-22 Thread GitBox
merlimat opened a new pull request #7638: URL: https://github.com/apache/pulsar/pull/7638 This reverts commit e2368b80f4fda274cc57a44abb1f33067a979198. (#7630) ### Motivation There's an issue with this change that makes tests fail in `tiered-storage/file-system` ```

[GitHub] [pulsar] sijie merged pull request #7637: Added an enhancement template for github

2020-07-22 Thread GitBox
sijie merged pull request #7637: URL: https://github.com/apache/pulsar/pull/7637 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

[pulsar] branch master updated (2a59f58 -> d1f48bf)

2020-07-22 Thread sijie
This is an automated email from the ASF dual-hosted git repository. sijie pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pulsar.git. from 2a59f58 #7631 - changed root pom to use netty bom (#7633) add d1f48bf Added an enhancement template for github

[GitHub] [pulsar] vcottagiri opened a new pull request #7637: Added an enhancement template for github

2020-07-22 Thread GitBox
vcottagiri opened a new pull request #7637: URL: https://github.com/apache/pulsar/pull/7637 ### Motivation Added a enhancement issue template for github so that its labelled correctly. This is an automated message

[GitHub] [pulsar] scheung38 opened a new issue #7636: [Question] Python Example showing error on second run? Unless terminal is closed and start again in new PyCharm terminal?

2020-07-22 Thread GitBox
scheung38 opened a new issue #7636: URL: https://github.com/apache/pulsar/issues/7636 Started pulsar (2.6.0) PyCharm (venv) python --version Python 3.8.4 $ pulsar standalone sample-producer.py: ``` import pulsar client = pulsar.Client('pulsar:

[GitHub] [pulsar] vcottagiri opened a new pull request #7635: "[Issue #7643][build] - changed root pom to use jackson bom

2020-07-22 Thread GitBox
vcottagiri opened a new pull request #7635: URL: https://github.com/apache/pulsar/pull/7635 Fixes #7643 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [pulsar] sijie commented on pull request #7629: [][broker/client] Initial implementation of message filtering

2020-07-22 Thread GitBox
sijie commented on pull request #7629: URL: https://github.com/apache/pulsar/pull/7629#issuecomment-662692424 @seeday You can put the PIP in a Google Doc or a gist and send an email to dev@ mailing list. Once the thread is started, one of the committers will take the content and add it to

[GitHub] [pulsar] devinbost commented on issue #3333: TLS Hostname verification doesn't get disabled if using https lookup in PulsarClient

2020-07-22 Thread GitBox
devinbost commented on issue #: URL: https://github.com/apache/pulsar/issues/#issuecomment-662676257 @ivankelly Is this also an issue with `.serviceUrl("pulsar+tls://BROKER_HOSTNAME:6651")` ? This is an

[GitHub] [pulsar] merlimat closed issue #7631: Use netty bom in root pom

2020-07-22 Thread GitBox
merlimat closed issue #7631: URL: https://github.com/apache/pulsar/issues/7631 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 (e2368b8 -> 2a59f58)

2020-07-22 Thread mmerli
This is an automated email from the ASF dual-hosted git repository. mmerli pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pulsar.git. from e2368b8 #7678 - changed root pom to use jetty bom (#7630) add 2a59f58 #7631 - changed root pom to use netty bo

[GitHub] [pulsar] merlimat merged pull request #7633: [Issue #7631][build] - Changed root pom to use netty bom

2020-07-22 Thread GitBox
merlimat merged pull request #7633: URL: https://github.com/apache/pulsar/pull/7633 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] vcottagiri opened a new issue #7634: Use jackson bom in root pom

2020-07-22 Thread GitBox
vcottagiri opened a new issue #7634: URL: https://github.com/apache/pulsar/issues/7634 **Describe the bug** Use the jackson-2.11.1 bom in root pom This is an automated message from the Apache Git Service. To respond to the

[GitHub] [pulsar] vcottagiri opened a new pull request #7633: [Issue #7631][build] - Changed root pom to use netty bom

2020-07-22 Thread GitBox
vcottagiri opened a new pull request #7633: URL: https://github.com/apache/pulsar/pull/7633 Fixes #7631 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [pulsar] merlimat opened a new pull request #7632: Do not hide the exception in KeyStoreTlsProducerConsumerTestWithAuth

2020-07-22 Thread GitBox
merlimat opened a new pull request #7632: URL: https://github.com/apache/pulsar/pull/7632 ### Motivation In order to understand what's failing in github CI, improved the test to report the actual exception. This is an

[GitHub] [pulsar] seeday commented on pull request #7629: [][broker/client] Initial implementation of message filtering

2020-07-22 Thread GitBox
seeday commented on pull request #7629: URL: https://github.com/apache/pulsar/pull/7629#issuecomment-662625702 I've drawn a PIP up but couldn't figure out how to actually contribute it. It doesn't look like you can do wiki PRs. -

[GitHub] [pulsar] merlimat merged pull request #7630: [Issue #7628][build] - changed root pom to use jetty bom

2020-07-22 Thread GitBox
merlimat merged pull request #7630: URL: https://github.com/apache/pulsar/pull/7630 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] merlimat closed issue #7628: Use the jetty bom instead of listing all of the dependencies in the root pom

2020-07-22 Thread GitBox
merlimat closed issue #7628: URL: https://github.com/apache/pulsar/issues/7628 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 (8200878 -> e2368b8)

2020-07-22 Thread mmerli
This is an automated email from the ASF dual-hosted git repository. mmerli pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pulsar.git. from 8200878 [Issue #7583][build] - Changed pom to be consistent with version property placeholders (#7608) add e23

[GitHub] [pulsar] vcottagiri opened a new issue #7631: Use netty bom in root pom

2020-07-22 Thread GitBox
vcottagiri opened a new issue #7631: URL: https://github.com/apache/pulsar/issues/7631 **Describe the bug** Use the [netty-4.1.48.Final](https://repo1.maven.org/maven2/io/netty/netty-bom/4.1.48.Final/netty-bom-4.1.48.Final.pom) bom in root pom -

[GitHub] [pulsar] vcottagiri opened a new pull request #7630: [Issue #7678][build] - changed root pom to use jetty bom

2020-07-22 Thread GitBox
vcottagiri opened a new pull request #7630: URL: https://github.com/apache/pulsar/pull/7630 Fixes #7678 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [pulsar] jerrypeng commented on pull request #7611: Reduce in the leader init time in Pulsar Functions

2020-07-22 Thread GitBox
jerrypeng commented on pull request #7611: URL: https://github.com/apache/pulsar/pull/7611#issuecomment-662565700 /pulsarbot run-failure-checks This is an automated message from the Apache Git Service. To respond to the messa

[GitHub] [pulsar] vcottagiri commented on issue #7616: The 'main' maven profile is not activated by default

2020-07-22 Thread GitBox
vcottagiri commented on issue #7616: URL: https://github.com/apache/pulsar/issues/7616#issuecomment-662542488 You could also add the main profile to the mvn settings.xml sections This is an automated message from the Apache

[GitHub] [pulsar] Huanli-Meng commented on a change in pull request #7627: [doc] add cpp client document for oauth2 authentication

2020-07-22 Thread GitBox
Huanli-Meng commented on a change in pull request #7627: URL: https://github.com/apache/pulsar/pull/7627#discussion_r458906442 ## File path: site2/docs/security-oauth2.md ## @@ -74,20 +74,42 @@ You can use the Oauth2 authentication provider with the following Pulsar clients Y

[pulsar-helm-chart] branch master updated: changes for aws (#43)

2020-07-22 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-helm-chart.git The following commit(s) were added to refs/heads/master by this push: new 5995172 changes for aws (#43) 5995172

[GitHub] [pulsar] jerrypeng commented on pull request #7611: Reduce in the leader init time in Pulsar Functions

2020-07-22 Thread GitBox
jerrypeng commented on pull request #7611: URL: https://github.com/apache/pulsar/pull/7611#issuecomment-662525761 /pulsarbot run-failure-checks This is an automated message from the Apache Git Service. To respond to the messa

[GitHub] [pulsar] seeday commented on pull request #7629: [][broker/client] Initial implementation of message filtering

2020-07-22 Thread GitBox
seeday commented on pull request #7629: URL: https://github.com/apache/pulsar/pull/7629#issuecomment-662523136 > For changes that introduce new features or protocol changes, it's recommended to submit a PIP (design doc) for discussion to the mailing list. PTAL for examples at https://githu

[GitHub] [pulsar] merlimat commented on pull request #7629: [][broker/client] Initial implementation of message filtering

2020-07-22 Thread GitBox
merlimat commented on pull request #7629: URL: https://github.com/apache/pulsar/pull/7629#issuecomment-662519789 For changes that introduce new features or protocol changes, it's recommended to submit a PIP (design doc) for discussion to the mailing list. PTAL for examples at https://githu

[GitHub] [pulsar] seeday commented on pull request #7629: [][broker/client] Initial implementation of message filtering

2020-07-22 Thread GitBox
seeday commented on pull request #7629: URL: https://github.com/apache/pulsar/pull/7629#issuecomment-662516721 Hi all. This is my first large pulsar PR, and given the contents of it I've got quite a few questions/discussion points about the implementation (in no particular order)

[GitHub] [pulsar] seeday opened a new pull request #7629: [][broker/client] Initial implementation of message filtering

2020-07-22 Thread GitBox
seeday opened a new pull request #7629: URL: https://github.com/apache/pulsar/pull/7629 ### Motivation Broker-side filtering of messages can reduce the network load significantly when running certain types of highly-filtered jobs. Example usecases are flink filter-pushdown,

[GitHub] [pulsar] merlimat commented on a change in pull request #7603: Migrate github actions to use container images

2020-07-22 Thread GitBox
merlimat commented on a change in pull request #7603: URL: https://github.com/apache/pulsar/pull/7603#discussion_r458832948 ## File path: .github/workflows/ci-unit-broker-broker-gp1.yaml ## @@ -40,39 +42,11 @@ jobs: fetch-depth: 0 ref: ${{ github.event.pul

[GitHub] [pulsar] vcottagiri opened a new issue #7628: Use the jetty boms instead of listing all of the dependencies in the root pom

2020-07-22 Thread GitBox
vcottagiri opened a new issue #7628: URL: https://github.com/apache/pulsar/issues/7628 **Describe the bug** Use the [jetty-9.4.29.v20200521](https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-bom/9.4.29.v20200521/jetty-bom-9.4.29.v20200521.pom) bom instead of listing all of the dep

[GitHub] [pulsar] jiazhai commented on pull request #7572: [CPP] Fix segment crashes that caused by race condition of timer in cpp client

2020-07-22 Thread GitBox
jiazhai commented on pull request #7572: URL: https://github.com/apache/pulsar/pull/7572#issuecomment-662441662 /pulsarbot run-failure-checks This is an automated message from the Apache Git Service. To respond to the message

[GitHub] [pulsar] feeblefakie edited a comment on issue #7455: Key_Shared consumers with different subscriptions get messages out-of-order in 2.6.0.

2020-07-22 Thread GitBox
feeblefakie edited a comment on issue #7455: URL: https://github.com/apache/pulsar/issues/7455#issuecomment-662433438 @codelipenghui Thanks. I've checked #7553 but it seems to have another issue other than out-of-order messages. Consumers are not consuming anything now. It can be repr

[GitHub] [pulsar] feeblefakie commented on issue #7455: Key_Shared consumers with different subscriptions get messages out-of-order in 2.6.0.

2020-07-22 Thread GitBox
feeblefakie commented on issue #7455: URL: https://github.com/apache/pulsar/issues/7455#issuecomment-662433438 @codelipenghui Thanks. I've checked #7553 but it seems to have another issue other than out-of-order messages. Consumers are not consuming anything. https://github.com/apa

[GitHub] [pulsar] feeblefakie commented on pull request #7553: [pulsar-broker] Stop to dispatch when skip message temporally since Key_Shared consumer stuck on delivery

2020-07-22 Thread GitBox
feeblefakie commented on pull request #7553: URL: https://github.com/apache/pulsar/pull/7553#issuecomment-662432844 I've checked this PR with the procedure in #7455 to see if there are any out-of-order messages. But now consumers don't even consume anything. The same thing happens for

[GitHub] [pulsar] feeblefakie removed a comment on issue #7455: Key_Shared consumers with different subscriptions get messages out-of-order in 2.6.0.

2020-07-22 Thread GitBox
feeblefakie removed a comment on issue #7455: URL: https://github.com/apache/pulsar/issues/7455#issuecomment-662427243 @codelipenghui Thanks. I've check my program with the branch of #7553 . But it didn't work well as I shared. (Consumers seem just stuck and not consuming any messages

[GitHub] [pulsar] feeblefakie removed a comment on pull request #7553: [pulsar-broker] Stop to dispatch when skip message temporally since Key_Shared consumer stuck on delivery

2020-07-22 Thread GitBox
feeblefakie removed a comment on pull request #7553: URL: https://github.com/apache/pulsar/pull/7553#issuecomment-662426664 I've check the procedure described in #7455 with equanz:stop_to_dispatch_manually_key_shared. This time, consumers got to not consuming any messages now. Seems just

[GitHub] [pulsar] feeblefakie commented on issue #7455: Key_Shared consumers with different subscriptions get messages out-of-order in 2.6.0.

2020-07-22 Thread GitBox
feeblefakie commented on issue #7455: URL: https://github.com/apache/pulsar/issues/7455#issuecomment-662427243 @codelipenghui Thanks. I've check my program with the branch of #7553 . But it didn't work well as I shared. (Consumers seem just stuck and not consuming any messages at all)

[GitHub] [pulsar] feeblefakie commented on pull request #7553: [pulsar-broker] Stop to dispatch when skip message temporally since Key_Shared consumer stuck on delivery

2020-07-22 Thread GitBox
feeblefakie commented on pull request #7553: URL: https://github.com/apache/pulsar/pull/7553#issuecomment-662426664 I've check the procedure described in #7455 with equanz:stop_to_dispatch_manually_key_shared. This time, consumers got to not consuming any messages now. Seems just stuck.

[GitHub] [pulsar] vzhikserg commented on pull request #7595: Remove trailing semicolons in python files

2020-07-22 Thread GitBox
vzhikserg commented on pull request #7595: URL: https://github.com/apache/pulsar/pull/7595#issuecomment-662416694 /pulsarbot run-failure-checks This is an automated message from the Apache Git Service. To respond to the messa

[GitHub] [pulsar] jiazhai opened a new pull request #7627: [doc] add cpp client document for oauth2 authentication

2020-07-22 Thread GitBox
jiazhai opened a new pull request #7627: URL: https://github.com/apache/pulsar/pull/7627 ### Motivation Related with #7606, which add oauth2 authentication in cpp. This PR is to add cpp client document for oauth2 authentication. ### Modifications - Add documentation.

[GitHub] [pulsar] jiazhai commented on pull request #7627: [doc] add cpp client document for oauth2 authentication

2020-07-22 Thread GitBox
jiazhai commented on pull request #7627: URL: https://github.com/apache/pulsar/pull/7627#issuecomment-662396138 @Huanli-Meng to help review. This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [pulsar] jiazhai commented on pull request #7572: [CPP] Fix segment crashes that caused by race condition of timer in cpp client

2020-07-22 Thread GitBox
jiazhai commented on pull request #7572: URL: https://github.com/apache/pulsar/pull/7572#issuecomment-662381226 @merlimat @irairdon @klwilson227 @sijie Would you please help review the changes? The former change would still have a chance to access null ptr, add the lock for `timer` to

[GitHub] [pulsar] Choqs commented on issue #4874: Not matching schema while using subrecords for Python client

2020-07-22 Thread GitBox
Choqs commented on issue #4874: URL: https://github.com/apache/pulsar/issues/4874#issuecomment-662340854 Same issue here, producer send produce the bellow error, while everything seems to be ok: `exception=ValueError(" (type ) do not match ['null', {'type': 'record', 'name': 'Proced

[GitHub] [pulsar] pg2404 opened a new issue #7626: Acknowledging list of messages in Pulsar consumer java client

2020-07-22 Thread GitBox
pg2404 opened a new issue #7626: URL: https://github.com/apache/pulsar/issues/7626 My project uses Apache pulsar for distributed messaging. While using the java consumer client I am facing an issue with acknowledgement of multiple messages in a single shot. The java consumer client as of n

[GitHub] [pulsar] BewareMyPower opened a new issue #7625: [docs] request body description of sinks REST APIs is wrong

2020-07-22 Thread GitBox
BewareMyPower opened a new issue #7625: URL: https://github.com/apache/pulsar/issues/7625 See: https://pulsar.apache.org/sink-rest-api/?version=2.6.0#operation/registerSink The doc of request body is > A JSON value presenting config payload of a Pulsar Sink. All available co

[GitHub] [pulsar] codelipenghui commented on issue #7455: Key_Shared consumers with different subscriptions get messages out-of-order in 2.6.0.

2020-07-22 Thread GitBox
codelipenghui commented on issue #7455: URL: https://github.com/apache/pulsar/issues/7455#issuecomment-662284317 > Is it expected to have multiple live consumers for a key ? > If yes to the above question, how are multiple consumers supposed to cooperate to guarantee the ordering of the