[GitHub] [pulsar-client-node] dionjansen commented on pull request #101: Get redelivery count

2020-07-02 Thread GitBox
dionjansen commented on pull request #101: URL: https://github.com/apache/pulsar-client-node/pull/101#issuecomment-653386536 @massakam done This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [pulsar-client-node] psr323 commented on issue #100: Listener for Consumers

2020-07-02 Thread GitBox
psr323 commented on issue #100: URL: https://github.com/apache/pulsar-client-node/issues/100#issuecomment-653384752 Thanks for the example @equanz. So the current version is 1.2.0? But in the homepage the latest version is 1.1.0 ---

[GitHub] [pulsar-client-node] massakam merged pull request #102: Add listener consumer example

2020-07-02 Thread GitBox
massakam merged pull request #102: URL: https://github.com/apache/pulsar-client-node/pull/102 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

[GitHub] [pulsar-client-node] equanz edited a comment on issue #100: Listener for Consumers

2020-07-02 Thread GitBox
equanz edited a comment on issue #100: URL: https://github.com/apache/pulsar-client-node/issues/100#issuecomment-653372342 I'll add simple example code to repository. https://github.com/apache/pulsar-client-node/pull/102 Other examples, please see below(Until this PR was released,

[GitHub] [pulsar-client-node] equanz commented on issue #100: Listener for Consumers

2020-07-02 Thread GitBox
equanz commented on issue #100: URL: https://github.com/apache/pulsar-client-node/issues/100#issuecomment-653372342 I'll add simple example code to repository. https://github.com/apache/pulsar-client-node/pull/102 Other examples, please see below. https://github.com/apache/puls

[GitHub] [pulsar-client-node] equanz opened a new pull request #102: Add listener consumer example

2020-07-02 Thread GitBox
equanz opened a new pull request #102: URL: https://github.com/apache/pulsar-client-node/pull/102 In this PR, add simple listener consumer example to `examples/`. This is an automated message from the Apache Git Service.

[GitHub] [pulsar-dotpulsar] Chickenzilla commented on pull request #23: Allow for concurrent message production

2020-07-02 Thread GitBox
Chickenzilla commented on pull request #23: URL: https://github.com/apache/pulsar-dotpulsar/pull/23#issuecomment-653311322 I was just coming back to this and went through all my outstanding merge conflicts when I discovered the lock executor was gone and object pooling was added! Less tha

[GitHub] [pulsar-client-node] massakam edited a comment on pull request #101: Get redelivery count

2020-07-02 Thread GitBox
massakam edited a comment on pull request #101: URL: https://github.com/apache/pulsar-client-node/pull/101#issuecomment-653300365 The C `pulsar_message_get_redelivery_count` function has been added since version 2.5.0. https://github.com/apache/pulsar/pull/5677 In order to compil

[GitHub] [pulsar-client-node] massakam commented on pull request #101: Get redelivery count

2020-07-02 Thread GitBox
massakam commented on pull request #101: URL: https://github.com/apache/pulsar-client-node/pull/101#issuecomment-653300365 The C `pulsar_message_get_redelivery_count` function has been added since version 2.5.0. https://github.com/apache/pulsar/pull/5677 In order to compile this

[GitHub] [pulsar-client-node] massakam removed a comment on pull request #101: Get redelivery count

2020-07-02 Thread GitBox
massakam removed a comment on pull request #101: URL: https://github.com/apache/pulsar-client-node/pull/101#issuecomment-653295833 retest this please This is an automated message from the Apache Git Service. To respond to th

[GitHub] [pulsar-client-node] massakam commented on pull request #101: Get redelivery count

2020-07-02 Thread GitBox
massakam commented on pull request #101: URL: https://github.com/apache/pulsar-client-node/pull/101#issuecomment-653295833 retest this please This is an automated message from the Apache Git Service. To respond to the messag

[GitHub] [pulsar-helm-chart] wolfstudy merged pull request #36: Update appVersion to 2.6.0

2020-07-02 Thread GitBox
wolfstudy merged pull request #36: URL: https://github.com/apache/pulsar-helm-chart/pull/36 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 t

[GitHub] [pulsar-helm-chart] rvashishth commented on a change in pull request #37: add targetport for grafana and manager service

2020-07-02 Thread GitBox
rvashishth commented on a change in pull request #37: URL: https://github.com/apache/pulsar-helm-chart/pull/37#discussion_r449200368 ## File path: charts/pulsar/values.yaml ## @@ -813,6 +812,8 @@ grafana: ## service: type: LoadBalancer +port: 3000 Review comment

[GitHub] [pulsar-helm-chart] rvashishth opened a new pull request #37: add targetport for grafana nad manager service

2020-07-02 Thread GitBox
rvashishth opened a new pull request #37: URL: https://github.com/apache/pulsar-helm-chart/pull/37 ### Motivation A [Kubernetes service](https://kubernetes.io/docs/concepts/services-networking/service/) can map any incoming port to a targetPort. By default and for convenience, the

Re: [Announce] Pulsar Helm Chart 2.6.0 is published to https://pulsar.apache.org/charts

2020-07-02 Thread Sijie Guo
The helm chart is now officially available in Helm hub: https://hub.helm.sh/charts/pulsar/pulsar - Sijie On Thu, Jul 2, 2020 at 2:38 AM Sijie Guo wrote: > Hi Pedro, > > Yes. I have submitted a pull request to add it to Helm Hub. Once it is > merged, I will update this thread. > > - Sijie > > On

[GitHub] [pulsar-manager] Anonymitaet commented on a change in pull request #308: Add frequently asked questions document

2020-07-02 Thread GitBox
Anonymitaet commented on a change in pull request #308: URL: https://github.com/apache/pulsar-manager/pull/308#discussion_r449016452 ## File path: docs/faq.md ## @@ -0,0 +1,107 @@ +## FAQ + +* Q: Couldn't do any operation for pulsar? +* Q: Manager doesn't show the Standalone cl

[GitHub] [pulsar-client-node] gperinazzo commented on issue #62: Listening for messages

2020-07-02 Thread GitBox
gperinazzo commented on issue #62: URL: https://github.com/apache/pulsar-client-node/issues/62#issuecomment-652994153 I think it is supported on version 2.4.0. Here's the [relevant function](https://github.com/apache/pulsar/blob/v2.4.0/pulsar-client-cpp/include/pulsar/c/reader_configuratio

[GitHub] [pulsar-client-node] yosiat commented on issue #62: Listening for messages

2020-07-02 Thread GitBox
yosiat commented on issue #62: URL: https://github.com/apache/pulsar-client-node/issues/62#issuecomment-652959179 @alphara looks like the c/c++ which we rely upon don't support listener for reader interface. This is an auto

[GitHub] [pulsar-helm-chart] sijie opened a new pull request #36: Update appVersion to 2.6.0

2020-07-02 Thread GitBox
sijie opened a new pull request #36: URL: https://github.com/apache/pulsar-helm-chart/pull/36 *Motivation* based on [helm documentation](https://helm.sh/docs/topics/charts/), the `appVersion` is the version of the app that this contains. Since the repo is using 2.6.0 image, upda

[Announce] Pulsar Helm Chart 2.6.0 is published to https://pulsar.apache.org/charts

2020-07-02 Thread Sijie Guo
Hi all, We have published the released Pulsar helm chart to https://pulsar.apache.org/charts. You can use the following commands to add the released helm chart to your local helm repository and start using it. helm repo add apache https://pulsar.apache.org/charts helm repo update helm upgrade ins

Slack digest for #dev - 2020-07-02

2020-07-02 Thread Apache Pulsar Slack
2020-07-01 22:05:01 UTC - Devin G. Bost: Does anyone have a bare-minimum docker image for running a Pulsar client (that they’d be willing to share)? 2020-07-01 23:03:47 UTC - Addison Higham: as in pulsar-client the java command? (I don't have one, but just for clarification :slightly_smiling

[GitHub] [pulsar-manager] sijie commented on pull request #308: Add frequently asked questions document

2020-07-02 Thread GitBox
sijie commented on pull request #308: URL: https://github.com/apache/pulsar-manager/pull/308#issuecomment-652875618 @Anonymitaet @Jennifer88huang please review this. This is an automated message from the Apache Git Service. T

[GitHub] [pulsar-helm-chart] sijie merged pull request #35: Update Pulsar Helm Chart README

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

[GitHub] [pulsar-helm-chart] sijie opened a new pull request #35: Update Pulsar Helm Chart README

2020-07-02 Thread GitBox
sijie opened a new pull request #35: URL: https://github.com/apache/pulsar-helm-chart/pull/35 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

[GitHub] [pulsar-manager] sijie merged pull request #314: Update README.md regarding issues/283

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

[GitHub] [pulsar-client-node] sijie commented on issue #99: Authenticating using a Token

2020-07-02 Thread GitBox
sijie commented on issue #99: URL: https://github.com/apache/pulsar-client-node/issues/99#issuecomment-652828378 @sammoh94 it looks that the token doesn't have permissions to access the topic. Have you verified that you are using the right token? -

[GitHub] [pulsar-helm-chart] sijie merged pull request #34: Add the release process

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