[GitHub] [pulsar-manager] lvs071103 opened a new issue #307: enable proxy pulsar-manager log report Error 401 Authentication required

2020-06-22 Thread GitBox
lvs071103 opened a new issue #307: URL: https://github.com/apache/pulsar-manager/issues/307 env: ``` [root@pulsar-shanghai-node01 pulsar_sh]# bin/pulsar-admin clusters list "shanghai" "beijing" [root@pulsar-shanghai-node01 pulsar_sh]# bin/pulsar-admin clusters get shanghai

[GitHub] [pulsar-helm-chart] sijie merged pull request #22: Allow to change broker service account annotations

2020-06-22 Thread GitBox
sijie merged pull request #22: URL: https://github.com/apache/pulsar-helm-chart/pull/22 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] jujugrrr opened a new pull request #22: Allow to change broker service account annotations

2020-06-22 Thread GitBox
jujugrrr opened a new pull request #22: URL: https://github.com/apache/pulsar-helm-chart/pull/22 ### Motivation We need to be able to change annotation to inject AWS IAM role (EKS based deployment). https://docs.aws.amazon.com/eks/latest/userguide/specify-service-account-role.htm

[GitHub] [pulsar-dotpulsar] dionjansen commented on issue #41: Support for RedeliveryCount in Message API

2020-06-22 Thread GitBox
dionjansen commented on issue #41: URL: https://github.com/apache/pulsar-dotpulsar/issues/41#issuecomment-647494023 @blankensteiner awesome thanks a bunch! This is an automated message from the Apache Git Service. To respond

[GitHub] [pulsar-dotpulsar] blankensteiner closed issue #41: Support for RedeliveryCount in Message API

2020-06-22 Thread GitBox
blankensteiner closed issue #41: URL: https://github.com/apache/pulsar-dotpulsar/issues/41 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-dotpulsar] blankensteiner commented on issue #41: Support for RedeliveryCount in Message API

2020-06-22 Thread GitBox
blankensteiner commented on issue #41: URL: https://github.com/apache/pulsar-dotpulsar/issues/41#issuecomment-647490528 @dionjansen Roger that, 0.9.1 is being indexed by NuGet and will be available shortly, enjoy :-) This is

[GitHub] [pulsar-dotpulsar] dionjansen commented on issue #41: Support for RedeliveryCount in Message API

2020-06-22 Thread GitBox
dionjansen commented on issue #41: URL: https://github.com/apache/pulsar-dotpulsar/issues/41#issuecomment-647477181 @blankensteiner yes that would be great! I'm not sure how the `Internal.PulsarApi` relates to the C# API because I do see it here already: https://github.com/apache/p

[GitHub] [pulsar-dotpulsar] blankensteiner commented on issue #41: Support for RedeliveryCount in Message API

2020-06-22 Thread GitBox
blankensteiner commented on issue #41: URL: https://github.com/apache/pulsar-dotpulsar/issues/41#issuecomment-647474196 Hi @dionjansen Just to be clear, you would like 'public unit RedeliveryCount { get; }' on 'DotPulsar.Message'? --

[GitHub] [pulsar-dotpulsar] dionjansen opened a new issue #41: Support for RedeliveryCount in Message API

2020-06-22 Thread GitBox
dionjansen opened a new issue #41: URL: https://github.com/apache/pulsar-dotpulsar/issues/41 It would be great if the DotPulsar lib exposed RedeliveryCount in the Message API. This allows clients to build mechanisms like exponential backoff enforcing a max amount of processing a message on

[GitHub] [pulsar-manager] tuteng merged pull request #303: Upgrade HerdDB to 0.16, Pulsar Client to 2.5.2, add demo config for diskless-cluster mode

2020-06-22 Thread GitBox
tuteng merged pull request #303: URL: https://github.com/apache/pulsar-manager/pull/303 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-manager] tuteng commented on a change in pull request #306: Support multi address for broker stats

2020-06-22 Thread GitBox
tuteng commented on a change in pull request #306: URL: https://github.com/apache/pulsar-manager/pull/306#discussion_r443485482 ## File path: src/main/java/org/apache/pulsar/manager/service/impl/BrokerStatsServiceImpl.java ## @@ -131,7 +131,12 @@ private void scheduleCollectSt

[GitHub] [pulsar-manager] tuteng commented on pull request #303: Upgrade HerdDB to 0.16, Pulsar Client to 2.5.2, add demo config for diskless-cluster mode

2020-06-22 Thread GitBox
tuteng commented on pull request #303: URL: https://github.com/apache/pulsar-manager/pull/303#issuecomment-647443906 @aluccaroni PTAL This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [pulsar-manager] tuteng commented on pull request #303: Upgrade HerdDB to 0.16, Pulsar Client to 2.5.2, add demo config for diskless-cluster mode

2020-06-22 Thread GitBox
tuteng commented on pull request #303: URL: https://github.com/apache/pulsar-manager/pull/303#issuecomment-647443644 LGTM, Thanks, @eolivelli This is an automated message from the Apache Git Service. To respond to the messag

[GitHub] [pulsar-manager] tuteng commented on a change in pull request #286: Use Pulsar Admin instead of HttpUtil

2020-06-22 Thread GitBox
tuteng commented on a change in pull request #286: URL: https://github.com/apache/pulsar-manager/pull/286#discussion_r443477414 ## File path: build.gradle ## @@ -36,6 +36,9 @@ plugins { repositories { mavenCentral() mavenLocal() +maven { +url "https://yah

[GitHub] [pulsar-manager] eolivelli commented on a change in pull request #306: Support multi address for broker stats

2020-06-22 Thread GitBox
eolivelli commented on a change in pull request #306: URL: https://github.com/apache/pulsar-manager/pull/306#discussion_r443469051 ## File path: src/main/java/org/apache/pulsar/manager/service/impl/BrokerStatsServiceImpl.java ## @@ -131,7 +131,12 @@ private void scheduleCollec

[GitHub] [pulsar-manager] tuteng opened a new pull request #306: Support multi address for broker stats

2020-06-22 Thread GitBox
tuteng opened a new pull request #306: URL: https://github.com/apache/pulsar-manager/pull/306 Master Issue: # ### Motivation When the cluster is configured with multiple service addresses, the web service URL will be parsed incorrectly ### Modifications *

Slack digest for #dev - 2020-06-22

2020-06-22 Thread Apache Pulsar Slack
2020-06-21 12:47:08 UTC - Konstantinos Papalias: I guess even if it interrupts the current execution, it would resume from where it was left, re-consuming the last message and reprocess it. Otherwise you may want to `stop` all instances before upgrading with

[GitHub] [pulsar-manager] eolivelli commented on a change in pull request #303: Upgrade HerdDB to 0.16, Pulsar Client to 2.5.2, add demo config for diskless-cluster mode

2020-06-22 Thread GitBox
eolivelli commented on a change in pull request #303: URL: https://github.com/apache/pulsar-manager/pull/303#discussion_r443378047 ## File path: src/main/resources/application.properties ## @@ -39,12 +39,15 @@ spring.datasource.driver-class-name=herddb.jdbc.Driver # HerdDB - l

[GitHub] [pulsar-manager] aluccaroni commented on a change in pull request #303: Upgrade HerdDB to 0.16, Pulsar Client to 2.5.2, add demo config for diskless-cluster mode

2020-06-22 Thread GitBox
aluccaroni commented on a change in pull request #303: URL: https://github.com/apache/pulsar-manager/pull/303#discussion_r443370823 ## File path: src/main/resources/application.properties ## @@ -39,12 +39,15 @@ spring.datasource.driver-class-name=herddb.jdbc.Driver # HerdDB -