Service Registry + Kafka + Quarkus quick start#328
Service Registry + Kafka + Quarkus quick start#328smccarthy-ie merged 31 commits intoredhat-developer:mainfrom
Conversation
|
@bibryam @carlesarnal @wtrocki @EricWittmann I've cleaned up the instructions for the new quick start so all tests are passing, and incorporated the simplified code changes from #327. Please review for technical accuracy and let me know if you have any updates. Thanks. |
carlesarnal
left a comment
There was a problem hiding this comment.
Most of the content looks good to me but some parts have to be adapted to the new quickstart architecture.
|
@smccarthy-ie let me know if you need more information or anything about the application itself, thanks! |
|
@bibryam @EricWittmann |
…quarkus is updated
|
Received review feedback and approval from Bilgin in Chat, and also clarification from Carles that the |
|
Looks great, @smccarthy-ie. Just a few things to consider from me. Mainly small things that will be obvious to most, but not necessarily all. Cheers. |
carlesarnal
left a comment
There was a problem hiding this comment.
LGTM now. Thanks, @smccarthy-ie!
* docs: initial version of the guide * fix: restructure tutorial content for better alignment for RHOAS CLI * docs: service registry cli guide Signed-off-by: prmellor <pmellor@redhat.com> * docs: service registry cli guide Signed-off-by: prmellor <pmellor@redhat.com> * fix: remove confusing sentence Co-authored-by: PaulRMellor <47596553+PaulRMellor@users.noreply.github.com> * docs: add abstract to procedures Signed-off-by: prmellor <pmellor@redhat.com> * fix: build issue * docs: service registry instance without defaults Signed-off-by: prmellor <pmellor@redhat.com> * fix: add mixxing version from consumer config * docs: remove angle brackets from example Signed-off-by: prmellor <pmellor@redhat.com> * docs: change keys Signed-off-by: prmellor <pmellor@redhat.com> * fix: another duplicated key * Update rhoas-cli-kafka/README.adoc * Update rhoas-cli-service-registry/README.adoc Co-authored-by: PaulRMellor <47596553+PaulRMellor@users.noreply.github.com> * fix: build issue * docs: review edits BI Signed-off-by: prmellor <pmellor@redhat.com> * docs: review edits WT for name command Signed-off-by: prmellor <pmellor@redhat.com> Co-authored-by: Wojciech Trocki <wtrocki@redhat.com>
Signed-off-by: prmellor <pmellor@redhat.com>
Signed-off-by: prmellor <pmellor@redhat.com>
* Add basic metrics section in getting started QS. * SME review from Duncan * Peer tweaks
* docs: fix links in CLI guides Signed-off-by: prmellor <pmellor@redhat.com> * cli command updates Signed-off-by: prmellor <pmellor@redhat.com> * review edits RK Signed-off-by: prmellor <pmellor@redhat.com> * return wget to step Signed-off-by: prmellor <pmellor@redhat.com>
Tested with Kafka 2.8.1 and the correct option is:
```
--consumer.config <String: config file> Consumer config properties file. Note
that [consumer-property] takes
precedence over this config.
```
* Rethinking metrics approach * Tweak metrics section * John feedback
… Service Fleet Manager API Reference (redhat-developer#341)
* fix: add kafka acl commands * fix: add note about cli reference doc * Update rhoas-cli-kafka/README.adoc Co-authored-by: PaulRMellor <47596553+PaulRMellor@users.noreply.github.com> * Update rhoas-cli-kafka/README.adoc Co-authored-by: Ramakrishna Pattnaik <rkpattnaik780@gmail.com> * Update rhoas-cli-kafka/README.adoc Co-authored-by: PaulRMellor <47596553+PaulRMellor@users.noreply.github.com> * Update rhoas-cli-kafka/README.adoc Co-authored-by: PaulRMellor <47596553+PaulRMellor@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: PaulRMellor <47596553+PaulRMellor@users.noreply.github.com> * Update README.adoc * fix: add acl bullet * Update rhoas-cli-kafka/README.adoc Co-authored-by: PaulRMellor <47596553+PaulRMellor@users.noreply.github.com> * Update rhoas-cli-kafka/README.adoc * Update rhoas-cli-kafka/README.adoc Co-authored-by: Ramakrishna Pattnaik <rkpattnaik780@gmail.com> * Update rhoas-cli-kafka/README.adoc * Update rhoas-cli-kafka/README.adoc Co-authored-by: PaulRMellor <47596553+PaulRMellor@users.noreply.github.com> Co-authored-by: Ramakrishna Pattnaik <rkpattnaik780@gmail.com>
Add second draft of user instructions for new Service Registry + Kafka + Quarkus quick start