Rick Spurgeon

Results 29 issues of Rick Spurgeon

Following instructions here to debug a hook: https://github.com/flant/shell-operator/blob/master/RUNNING.md And looking at example using functions like this one: https://github.com/flant/shell-operator/blob/master/examples/003-common-library/hooks/hook.sh I shouldn't be able to run this example outside of a cluster...

- Bootstrap Services, including latest ES & Kibana (community version) - Generate some random data for the user (maybe build a helper docker image to help user instead of having...

recipe
connect

For example: https://kafka-tutorials.confluent.io/creating-first-apache-kafka-producer-application/kafka.html In step 2 we instruction to launch CP w/ `docker-compose up -d` In step 9 we mention shutting down by `Now close the consumer with a CTRL+C...

The current `Confluent` tutorials give a sparse configuration, like ``` bootstrap.servers= key.serializer=org.apache.kafka.common.serialization.StringSerializer value.serializer=org.apache.kafka.common.serialization.StringSerializer acks=all #Properties below this line are specific to code in this application input.topic.name= output.topic.name= ``` But this...

Right now ccloud operator utilizes previously unsupported XX_ credentials. These are now supported officially by the ccloud cli, so update ccloud operator and secrets management to utilize them instead. Additionally,...

The REST API, and ccloud API, will describe connector configurations with redacted secrets. This makes it difficult to compare existing configurations from desired ones to determine if an apply of...

Right now connector secrets are managed with sealed secrets and templated in and mounted as a K8s Secret type. The secret registry obviates the need for this and should be...

The Docker image located here is needs CICD to build and publish on changes: https://github.com/confluentinc/kafka-devops/tree/master/images/connect Utilized by the Service and Deployment here: https://github.com/confluentinc/kafka-devops/blob/master/environments/base/connect/connect-service.yaml

enhancement

https://hub.docker.com/r/confluentinc/ccloud-cli/tags?page=1&ordering=last_updated

Investigate the concept of observability in the project. Provide documentation and an example solution

enhancement