pulsar
pulsar copied to clipboard
Apache Pulsar - distributed pub-sub messaging system
[PIP-264](https://github.com/apache/pulsar/blob/master/pip/pip-264.md) ### Motivation Exposes the current Schema Registry metrics described in the [doc](https://pulsar.apache.org/docs/next/reference-metrics/#schema-metrics) using OpenTelemetry. ### Modifications Modified `SchemaRegistryStats` to expose metrics `pulsar.broker.request.schema_registry.duration` and `pulsar.broker.operation.schema_registry.compatibility_check.count`. A full description of these...
### Motivation see also [PIP-344 Correct the behavior of the public API pulsarClient.getPartitionsForTopic(topicName)](https://github.com/apache/pulsar/pull/22182) #### Background - When calling `pulsarClient.getPartitionsForTopic(topicName)`, Pulsar will automatically create the partitioned topic metadata if it does...
### Motivation fix comment of patternAutoDiscoveryPeriod in ConsumerConfigurationData class. ### Modifications `The default and minimum value is 1 minute.` -> `The default value is 1 minute, with a minimum of...
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Read release policy - [X] I understand that unsupported versions don't get bug fixes....
### Motivation There's currently some memory leaks in tests and while investigating the issue, I found out that there's a large number of uncompleted CompletableFutures in the heap dump. Currently...
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Read release policy - [X] I understand that unsupported versions don't get bug fixes....
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Motivation When a topic produce too much messages, the caches of broker will be...
### Motivation When we only set the TLS URLs for `ClusterData` and set the `brokerClientTlsEnabled` to `true`, the admin client for geo-replication will be failed to create because the else...
PIP: 332 ### Motivation Currently we are able to peek any number of messages of a topic subscription backlog using the Pulsar Java Admin API. However, we are only able...
### Motivation This plugin doesn't work on the MacOS 14.1.1 (23B81) with intel CPU. ``` Client: Cloud integration: v1.0.35+desktop.5 Version: 24.0.7 API version: 1.43 Go version: go1.20.10 Git commit: afdd53b...