Josh Purcell

Results 41 issues of Josh Purcell

Clicking on 'Notifications' shows me three notifications from Andre Staltz for three different posts by Tim Caswell. I'm currently following Andre but not (yet) Tim, and I haven't interacted with...

I replied to a post by Paul while mistakenly having two identically named profiles pointing to the same profile location: I'm not sure how this is possible but I'm sure...

Depends on https://github.com/redpanda-data/documentation-private/issues/2087 This repo is not being maintained, and almost all content has been migrated to either our docs or the following repo: https://github.com/redpanda-data/redpanda-labs We can make this repo...

The wasm transform should pull schemas from the registry. One issue is that wasm security is in place that blocks network connecitvity. A solution is to use a build tool...

Lerna, turborepo, or other tools could help in managing shared dependencies and general organization of the various sub-projects.

Prettier will standardize syntax and code styling across the project. More details here: https://prettier.io/

`upload-schemas.js` currently hard-codes the files it loads to get schema details as well as the subjects where those schemas are uploaded to in the registry. These could be turned into...

Small change to move the start of the two TLS sections `admin_api_tls` and `kafka_api_tls` into their associated if statement.

This PR adds the ability to configure helm deployments so that Redpanda can form a stretch cluster. A few notes: - allows enabling RPC communication by external hostnames - allows...

This small change makes the `redpanda-configuration` and `redpanda-post-upgrade` jobs (and their associated pods) automatically be cleaned up after successful runs. This frees up their resources and is recommended (see note...