Addison Higham

Results 13 issues of Addison Higham

This adds two more options for additional metadata into the slot: - `include-xmins` This data includes the `catalog_xmin` and `xmin` fields from the replication slot. The reasons for wanting this...

First of all, not sure this is the best place to file this issue (as the proper fix might be in join-monster), but this is where this is most likely...

If we want to deal with string message ids, we need methods for being able to create them from either a string or a using the individual parts of the...

type/feature

When passing `--tls-allow-insecure` in a command like: ``` pulsarctl --tls-allow-insecure true --admin-service-url https://xxx --auth-plugin org.apache.pulsar.client.impl.auth.AuthenticationToken --auth-params="token:xxx" namespaces list public [✖] the tenant name is not specified or the tenant name...

**BUG REPORT** ***Describe the bug*** When running with `httpServerEnabled` set to true, `/metrics` endpoint stops sending a `content-type` header (this uses the `MetricsService`, see code here https://github.com/apache/bookkeeper/blob/28dee8464764b0edceeb31ce24424f0947b5789b/bookkeeper-server/src/main/java/org/apache/bookkeeper/server/http/service/MetricsService.java). With the `httpServerEnabled=false`...

type/bug
triage/week-16

Currently, the Pulsar detector simply uses the broker service as it's endpoint. This means that we aren't validating the proxy (if enabled) or external LBs (if enabled) I would suggest...

Currently, the charts do not support adding persistence to grafana. This means that if you add custom charts and then lose the instance, the charts are lost. We should support...

### Description Since ArgoCD 2.6, the Application CRD supports "paremters" within the plugin block. Currently, this operator doesn't support passing that to the CRD. An example of parameters: ```Yaml source:...

enhancement
help wanted
good first issue

## Overview When the pulsar broker adds new json fields to certain API calls, like that `stats` API call, those fields must be explicitly added to the respective structs in...