Skip to content

Service Registry + Kafka + Quarkus quick start#328

Merged
smccarthy-ie merged 31 commits intoredhat-developer:mainfrom
smccarthy-ie:sr-kafka-quarkus-qs
Oct 15, 2021
Merged

Service Registry + Kafka + Quarkus quick start#328
smccarthy-ie merged 31 commits intoredhat-developer:mainfrom
smccarthy-ie:sr-kafka-quarkus-qs

Conversation

@smccarthy-ie
Copy link
Contributor

@smccarthy-ie smccarthy-ie commented Oct 4, 2021

Add second draft of user instructions for new Service Registry + Kafka + Quarkus quick start

@smccarthy-ie smccarthy-ie marked this pull request as draft October 5, 2021 11:10
@smccarthy-ie
Copy link
Contributor Author

smccarthy-ie commented Oct 5, 2021

@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.

@smccarthy-ie smccarthy-ie requested a review from bibryam October 5, 2021 13:47
Copy link
Collaborator

@carlesarnal carlesarnal left a comment

Choose a reason for hiding this comment

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

Most of the content looks good to me but some parts have to be adapted to the new quickstart architecture.

@carlesarnal
Copy link
Collaborator

@smccarthy-ie let me know if you need more information or anything about the application itself, thanks!

@smccarthy-ie
Copy link
Contributor Author

smccarthy-ie commented Oct 6, 2021

@bibryam @EricWittmann
I've updated with excellent review feedback from Carles and Wojciech. I think this one is almost ready to merge now. Please let me know if you approve or have further updates. Thanks!

@smccarthy-ie
Copy link
Contributor Author

Received review feedback and approval from Bilgin in Chat, and also clarification from Carles that the OAUTH_SERVER_URL and OAUTH_REALM env vars are required for now until Quarkus is updated (these can both be removed later when the code sample is updated).

@smccarthy-ie smccarthy-ie requested a review from rkubis October 7, 2021 11:10
@smccarthy-ie smccarthy-ie marked this pull request as ready for review October 7, 2021 11:14
@jbyrne-redhat
Copy link
Collaborator

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.

Copy link
Collaborator

@carlesarnal carlesarnal left a comment

Choose a reason for hiding this comment

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

LGTM now. Thanks, @smccarthy-ie!

@smccarthy-ie smccarthy-ie marked this pull request as ready for review October 14, 2021 15:51
carlesarnal and others added 19 commits October 15, 2021 16:36
* 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
* 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>
@smccarthy-ie smccarthy-ie merged commit 67bbfa9 into redhat-developer:main Oct 15, 2021
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.