pulsar-resources-operator
pulsar-resources-operator copied to clipboard
## Description :warning: **The image `gcr.io/kubebuilder/kube-rbac-proxy` is deprecated and will become unavailable.** **You must move as soon as possible, sometime from early 2025, the GCR will go away.** > _Unfortunately,...
It would be great to be able to control declaratively using PulsarNamespace custom resource settings of [inactive topic policy](https://github.com/apache/pulsar/blob/v3.0.6/pulsar-client-tools/src/main/java/org/apache/pulsar/admin/cli/CmdNamespaces.java#L1562-L1606)
In many cases it's useful to declare subscriptions in IaC, especially for DLQ topics, so that the DLQ messages are retained and handled by the monitoring process.
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.37.0 to 0.45.0. Commits 4e0068c go.mod: update golang.org/x dependencies e79546e ssh: curb GSSAPI DoS risk by limiting number of specified OIDs f91f7a7 ssh/agent: prevent panic on malformed...
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.0 to 4.1.1. Changelog Sourced from js-yaml's changelog. [4.1.1] - 2025-11-12 Security Fix prototype pollution issue in yaml merge (<<) operator. Commits cc482e7 4.1.1 released 50968b8 dist...
Bumps [github.com/dvsekhvalnov/jose2go](https://github.com/dvsekhvalnov/jose2go) from 1.6.0 to 1.7.0. Commits 0a0673d Merge pull request #34 from dvsekhvalnov/issue-33-deflate-limit c3fff7c docs e51b47f docs c7dde52 fixing workflow a194baa added go versions and OSs to matrix f31cfc6...
As of v0.14.0 of the Pulsar resources operator, when a Pulsar resource which is created via a CustomResource is manually updated or deleted outside of k8s (say from the pulsar-admin...
### Description Hi, I'm currently using the Pulsar Resources Operator to manage a `PulsarSource`. The manifests looks like this : ``` apiVersion: resource.streamnative.io/v1alpha1 kind: PulsarSource metadata: name: debezium spec: name:...
For now, the authentication of PulsarConnection requires a secret that only can be accessed in the same namespace of the PulsarConnection cr. It should be configurable, the default namespace is...
The [pulsar documentation](https://pulsar.apache.org/docs/4.0.x/cookbooks-retention-expiry/#retention-policies) describes a setting for infinite retention, when both the time limit and the size limit are set to -1. I added this setting to a pulsar namespace...