[GitHub] [pulsar-manager] eolivelli commented on a change in pull request #316: Change default port and replace request uri

2020-07-07 Thread GitBox
eolivelli commented on a change in pull request #316: URL: https://github.com/apache/pulsar-manager/pull/316#discussion_r450688225 ## File path: src/main/resources/application.properties ## @@ -13,7 +13,7 @@ # spring.cloud.refresh.refreshable=none -server.port=8080 +server.

Slack digest for #dev - 2020-07-07

2020-07-07 Thread Apache Pulsar Slack
2020-07-06 09:35:38 UTC - sindhushree: How to update a schema for topic using java client?admin.schema.createschema and delete schema is their . 2020-07-06 11:13:31 UTC - Kirill Kosenko: @Kirill Kosenko has joined the channel 2020-07-06 13:42:23 UTC - Charvak Patel: I am using this comma

[GitHub] [pulsar-manager] tuteng commented on a change in pull request #316: Change default port and replace request uri

2020-07-07 Thread GitBox
tuteng commented on a change in pull request #316: URL: https://github.com/apache/pulsar-manager/pull/316#discussion_r450734084 ## File path: src/main/resources/application.properties ## @@ -13,7 +13,7 @@ # spring.cloud.refresh.refreshable=none -server.port=8080 +server.por

[GitHub] [pulsar-manager] tuteng merged pull request #316: Change default port and replace request uri

2020-07-07 Thread GitBox
tuteng merged pull request #316: URL: https://github.com/apache/pulsar-manager/pull/316 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] psr323 commented on issue #94: Message ID for produced messages

2020-07-07 Thread GitBox
psr323 commented on issue #94: URL: https://github.com/apache/pulsar-client-node/issues/94#issuecomment-654728463 Hi @wolfstudy is this feature available for use now? This is an automated message from the Apache Git Service

[GitHub] [pulsar-client-node] massakam commented on issue #94: Message ID for produced messages

2020-07-07 Thread GitBox
massakam commented on issue #94: URL: https://github.com/apache/pulsar-client-node/issues/94#issuecomment-654740413 @psr323 No. `pulsar-client-cpp` has been modified, but it has not been released yet. The code in this repository will need to be modified after `pulsar-client-cpp` is releas

[GitHub] [pulsar-manager] tuteng merged pull request #315: Use PulsarAdmin instead of HttpUtil in BrokerStatsServiceImpl

2020-07-07 Thread GitBox
tuteng merged pull request #315: URL: https://github.com/apache/pulsar-manager/pull/315 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 issue #282: Could we add a dashboard in the home page ?

2020-07-07 Thread GitBox
tuteng commented on issue #282: URL: https://github.com/apache/pulsar-manager/issues/282#issuecomment-655211728 I'm very sorry to reply late. If you just query the statistical information of a tenant, a namespace, or a topic, you can call the cluster service directly. But for the dashboard

[GitHub] [pulsar-manager] cimura opened a new pull request #317: Use PulsarAdmin instead of HttpUtil in BrokerStatsServiceImpl

2020-07-07 Thread GitBox
cimura opened a new pull request #317: URL: https://github.com/apache/pulsar-manager/pull/317 Master Issue: #249 ### Motivation See #249. ### Modifications Fix to use PulsarAdmin in BrokerStatsServiceImpl. (In addition to #315, remove fields which is no lon