Skip to content

Commit

Permalink
Merge pull request kroxylicious#1410 from SamBarker/examples-refresh
Browse files Browse the repository at this point in the history
Examples refresh
  • Loading branch information
SamBarker authored Aug 14, 2024
2 parents 1f7082d + 6edc47e commit 2386bad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/**
* A Maven plugin capable of generating java source from Apache Kafka message
* specifications definitions. This generator is invoked once per execution.
* The Apache FreeMaker variable {@code messageSpecs} will be defined with a list containing
* The Apache FreeMaker® variable {@code messageSpecs} will be defined with a list containing
* all message specifications.
*/
@Mojo(name = "generate-single", defaultPhase = LifecyclePhase.GENERATE_SOURCES)
Expand Down
2 changes: 1 addition & 1 deletion kubernetes-examples/filters/record-encryption/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ See [prerequistes](../README.md#prerequisites-to-run-the-kubernetes-examples).
```
1. Run the following script.
```shell { prompt="Now let's bring up minikube and install strimzi and vault. The script will also create a kafka cluster and deploy kroxylicious." }
./scripts/run-example.sh kubernetes-examples/record-encryption
./scripts/run-example.sh kubernetes-examples/filters/record-encryption
```
The script will first bring up Minikube. It will then deploy Strimzi and HashiCorp Vault.
Expand Down

0 comments on commit 2386bad

Please sign in to comment.