[GitHub] [pulsar-client-go] cckellogg opened a new pull request #134: Exit go routine when signal is caught.

2019-12-18 Thread GitBox
cckellogg opened a new pull request #134: Exit go routine when signal is caught. URL: https://github.com/apache/pulsar-client-go/pull/134 This is an automated message from the Apache Git Service. To respond to the message,

[pulsar] branch master updated (dc80d29 -> 0ec1abf)

2019-12-18 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 dc80d29 [docs]Refine "The Pulsar Java client" content (#5853) add 0ec1abf [blog] Refine format issues for Pulsar

[GitHub] [pulsar-client-go] merlimat opened a new pull request #133: Removed unused config options

2019-12-18 Thread GitBox
merlimat opened a new pull request #133: Removed unused config options URL: https://github.com/apache/pulsar-client-go/pull/133 ### Motivation There are some config options that are currently ignored in the Go client and make more sense in C++ client lib. Removing them for now,

[pulsar-client-go] branch master updated: Move pkg stuff under pulsar/internal (#132)

2019-12-18 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 de66846 Move pkg stuff under

[pulsar-client-go] branch master updated (4ffced1 -> 1ac8a8b)

2019-12-18 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-client-go.git. from 4ffced1 fix requestID using consumerID && loopclosure issue && add old style topic support (#128)

[GitHub] [pulsar] ltamber opened a new issue #5597: [pulsar-client-java] retry when getPartitionedTopicMetadata failed

2019-12-18 Thread GitBox
ltamber opened a new issue #5597: [pulsar-client-java] retry when getPartitionedTopicMetadata failed URL: https://github.com/apache/pulsar/issues/5597 **Is your feature request related to a problem? Please describe.** when pulsar client create producer async, we can provide a serviceUrl

[pulsar-client-go] branch master updated: fix requestID using consumerID && loopclosure issue && add old style topic support (#128)

2019-12-18 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 4ffced1 fix requestID using consumerID

[GitHub] [pulsar] Jennifer88huang opened a new pull request #5893: [blog] Refine format issues for Pulsar 2.4.2 release blog

2019-12-18 Thread GitBox
Jennifer88huang opened a new pull request #5893: [blog] Refine format issues for Pulsar 2.4.2 release blog URL: https://github.com/apache/pulsar/pull/5893 ### Motivation There are some format issues for the blog on Pulsar website.

[pulsar] branch master updated (3a2122b -> dc80d29)

2019-12-18 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 3a2122b Fix pulsar build image with maven 3.6.1 (#5886) add dc80d29 [docs]Refine "The Pulsar Java client"

[GitHub] [pulsar] cckellogg opened a new pull request #5892: Use BOOKIE_MEM and BOOKIE_GC env vars if set.

2019-12-18 Thread GitBox
cckellogg opened a new pull request #5892: Use BOOKIE_MEM and BOOKIE_GC env vars if set. URL: https://github.com/apache/pulsar/pull/5892 Use BOOKIE_MEM and BOOKIE_GC if they have already been set. This removes the need to overwrite the bkenv.sh config file and this is useful when running

[GitHub] [pulsar-client-go] merlimat opened a new pull request #132: Move pkg stuff under pulsar/internal

2019-12-18 Thread GitBox
merlimat opened a new pull request #132: Move pkg stuff under pulsar/internal URL: https://github.com/apache/pulsar-client-go/pull/132 ### Motivation I know this was changed in #7, though my concern is that everything under `pkg` is currently publicly visible and thus becomes

[GitHub] [pulsar-client-go] merlimat opened a new pull request #131: Fixed detection and handling of stale connections

2019-12-18 Thread GitBox
merlimat opened a new pull request #131: Fixed detection and handling of stale connections URL: https://github.com/apache/pulsar-client-go/pull/131 ### Motivation This is fixing an issue in which the Ping task is getting stalled when the connection is not writable (eg: network

[GitHub] [pulsar] mprokushenkov opened a new issue #5891: Dead letters incorrect processed for messages batch

2019-12-18 Thread GitBox
mprokushenkov opened a new issue #5891: Dead letters incorrect processed for messages batch URL: https://github.com/apache/pulsar/issues/5891 **Describe the bug** Producer produces 10 messages. Consumer with set deads letters policy acks 9 messages and 1 nacks. This will lead to all 10

[GitHub] [pulsar-client-go] merlimat opened a new pull request #130: Allow to specify a function that supply a token

2019-12-18 Thread GitBox
merlimat opened a new pull request #130: Allow to specify a function that supply a token URL: https://github.com/apache/pulsar-client-go/pull/130 ### Motivation Similarly to the C++ based Go client and to Java, C++ and Py APIs, we need to allow application to specify a function

[GitHub] [pulsar] alex-rufo opened a new pull request #5890: Allow routing key per message to RabbitMQ sink connector

2019-12-18 Thread GitBox
alex-rufo opened a new pull request #5890: Allow routing key per message to RabbitMQ sink connector URL: https://github.com/apache/pulsar/pull/5890 ### Motivation With the current RabbitMQ sink connector, all messages are forwarded to an exchange with the same routing key

[GitHub] [pulsar-client-go] wolfstudy opened a new issue #129: The consumer can't Unsubscribe correctly in Failover sub mode

2019-12-18 Thread GitBox
wolfstudy opened a new issue #129: The consumer can't Unsubscribe correctly in Failover sub mode URL: https://github.com/apache/pulsar-client-go/issues/129 Steps to reproduce run code as follows: ``` func TestSubFailOver(t *testing.T) { client, err :=

[GitHub] [pulsar] jiazhai opened a new pull request #5889: fix some typos in the comments

2019-12-18 Thread GitBox
jiazhai opened a new pull request #5889: fix some typos in the comments URL: https://github.com/apache/pulsar/pull/5889 fix some typos in the comments This is an automated message from the Apache Git Service. To respond to

[GitHub] [pulsar] Lanayx edited a comment on issue #5877: Shared subscription doesn't work well with partitioned topic in 2.4.2

2019-12-18 Thread GitBox
Lanayx edited a comment on issue #5877: Shared subscription doesn't work well with partitioned topic in 2.4.2 URL: https://github.com/apache/pulsar/issues/5877#issuecomment-566934339 Looks like the problem is not on client side, since the same behavior is seen on Java client 2.4.1, 2.4.2

[GitHub] [pulsar] Lanayx commented on issue #5877: Shared subscription doesn't work well with partitioned topic in 2.4.2

2019-12-18 Thread GitBox
Lanayx commented on issue #5877: Shared subscription doesn't work well with partitioned topic in 2.4.2 URL: https://github.com/apache/pulsar/issues/5877#issuecomment-566934339 Looks like the problem is not on consumer side, since the same behavior is seen on Java client 2.4.1, 2.4.2 and

[GitHub] [pulsar] Lanayx edited a comment on issue #5877: Shared subscription doesn't work well with partitioned topic in 2.4.2

2019-12-18 Thread GitBox
Lanayx edited a comment on issue #5877: Shared subscription doesn't work well with partitioned topic in 2.4.2 URL: https://github.com/apache/pulsar/issues/5877#issuecomment-566930136 Broker's logs

[GitHub] [pulsar] Lanayx commented on issue #5877: Shared subscription doesn't work well with partitioned topic in 2.4.2

2019-12-18 Thread GitBox
Lanayx commented on issue #5877: Shared subscription doesn't work well with partitioned topic in 2.4.2 URL: https://github.com/apache/pulsar/issues/5877#issuecomment-566930136 Broker's logs

[GitHub] [pulsar] Lanayx edited a comment on issue #5877: Shared subscription doesn't work well with partitioned topic in 2.4.2

2019-12-18 Thread GitBox
Lanayx edited a comment on issue #5877: Shared subscription doesn't work well with partitioned topic in 2.4.2 URL: https://github.com/apache/pulsar/issues/5877#issuecomment-566927522 Here are some stats, I can see 24 messages in backlog, and connected consumers, but those messages are not

[GitHub] [pulsar] Lanayx commented on issue #5877: Shared subscription doesn't work well with partitioned topic in 2.4.2

2019-12-18 Thread GitBox
Lanayx commented on issue #5877: Shared subscription doesn't work well with partitioned topic in 2.4.2 URL: https://github.com/apache/pulsar/issues/5877#issuecomment-566927522 Here are some stats, it's visible here 24 messages in backlog, and connected consumers, but those messages are

[GitHub] [pulsar] PierreZ commented on issue #5802: Provide raw counters metrics (#5735)

2019-12-18 Thread GitBox
PierreZ commented on issue #5802: Provide raw counters metrics (#5735) URL: https://github.com/apache/pulsar/pull/5802#issuecomment-566922789 Thanks! This is an automated message from the Apache Git Service. To respond to the