Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README and add undeploy to Makefile #76

Merged
merged 2 commits into from
Dec 9, 2024
Merged

Conversation

jogrogan
Copy link
Collaborator

@jogrogan jogrogan commented Dec 9, 2024

Reformatted Makefile to group deploy/undeploy commands.
Added undeploy-dev-environment target to Makefile to remove all of the Kafka/Flink resources in the correct order.

Exposed a new internal port via Kafka to allow use of the Kafka CLI to produce/consume messages:

  $ kubectl -n kafka run kafka-producer -ti --image=quay.io/strimzi/kafka:0.44.0-kafka-3.8.0 --rm=true --restart=Never -- bin/kafka-console-producer.sh --bootstrap-server one-kafka-bootstrap:9094 --topic my-topic
  $ kubectl -n kafka run kafka-consumer -ti --image=quay.io/strimzi/kafka:0.44.0-kafka-3.8.0 --rm=true --restart=Never -- bin/kafka-console-consumer.sh --bootstrap-server one-kafka-bootstrap:9094 --topic my-topic --from-beginning

* Add checkstyle and spotbugs

* Apply automated linters & regenerate models
Copy link
Collaborator

@ryannedolan ryannedolan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

neat!

@ryannedolan ryannedolan enabled auto-merge (squash) December 9, 2024 19:04
@ryannedolan ryannedolan merged commit 1b0a57f into main Dec 9, 2024
1 check passed
@ryannedolan ryannedolan deleted the jogrogan/readme branch December 9, 2024 19:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants