Re: [DISCUSS] PIP-70: Introduce lightweight raw Message metadata

2020-12-09 Thread Sijie Guo
Matteo, Improving Protobuf serialization and deserialization can be a separate PIP because it doesn't solve the problems that this PIP tries to solve. This PIP probably doesn't state the problem clearly. "Raw Metadata" is probably an inaccurate name. It should probably be called "Broker Metadata"

[GitHub] [pulsar-client-node] ilaipi opened a new issue #135: send delay message, but deliver immediately

2020-12-09 Thread GitBox
ilaipi opened a new issue #135: URL: https://github.com/apache/pulsar-client-node/issues/135 client version: 1.2.0 OS: wsl2 ubuntu ``` // producer: send() { const producer = await this.pulsar.createProducer({ topic: 'my-topic', }); await

[GitHub] [pulsar-manager] dianacle commented on issue #359: Upgrade BKVM to 3.0.0

2020-12-09 Thread GitBox
dianacle commented on issue #359: URL: https://github.com/apache/pulsar-manager/issues/359#issuecomment-741649240 I'll try to do that. This is an automated message from the Apache Git Service. To respond to the message, pleas

[GitHub] [pulsar-manager] eolivelli opened a new issue #359: Upgrade BKVM to 3.0.0

2020-12-09 Thread GitBox
eolivelli opened a new issue #359: URL: https://github.com/apache/pulsar-manager/issues/359 We should upgrade BKVM to 3.0.0, release highlights: - support for multiple BookKeeper/Pulsar clusters - improved usability - upgrade of HerdDB With this change it is better to upgrade

[GitHub] [pulsar-manager] tuteng edited a comment on issue #358: There is a vulnerability in Spring Boot 2.0.2.RELEASE,upgrade recommended

2020-12-09 Thread GitBox
tuteng edited a comment on issue #358: URL: https://github.com/apache/pulsar-manager/issues/358#issuecomment-741641756 Since zuul relies on a low version of spring boot, we need to do some planning: 1. Consider using a gateway instead of zuul 2. upgrade spring boot to the new vers

[GitHub] [pulsar-manager] tuteng commented on issue #358: There is a vulnerability in Spring Boot 2.0.2.RELEASE,upgrade recommended

2020-12-09 Thread GitBox
tuteng commented on issue #358: URL: https://github.com/apache/pulsar-manager/issues/358#issuecomment-741641756 Since zuul relies on a low version of spring, we need to do some planning: 1. Consider using a gateway instead of zuul 2. upgrade spring boot to the new version ---