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"
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
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
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
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
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
---