-
Notifications
You must be signed in to change notification settings - Fork 2
Legg til personer i kafkakø #300
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
Conversation
7b5fc79 to
ef7b867
Compare
ef7b867 to
a6dee1c
Compare
a6dee1c to
a5eeaa5
Compare
9b80e58 to
62a2fdf
Compare
62a2fdf to
c821672
Compare
c821672 to
13f961a
Compare
f3865ab to
7ee1dca
Compare
7ee1dca to
3264daf
Compare
3264daf to
c5d3ef4
Compare
c5d3ef4 to
6884e79
Compare
|
SonarCloud Quality Gate failed.
|
| public class PopulasjonService { | ||
|
|
||
| private static final Set<String> TAGS = Set.of("Mini-Norge"); | ||
| private static final Set<String> TAGS = Set.of("MINI_NORGE"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Foreløpig fiks før enum er på plass. Hvis vi lager en enum av tags, har vi både en enum og en database som holder oversikt. Smør på flesk?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Kansjke vi får se
| kafka: | ||
| bootstrapservers: b27apvl00045.preprod.local:8443,b27apvl00046.preprod.local:8443,b27apvl00047.preprod.local:8443 | ||
| schemaregistryservers: http://kafka-schema-registry.tpa.svc.nais.local:8081 | ||
| groupid: testnorge-hendelse-api-v1 #HVA GJØR VI MED DENNE? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hva skal group-id være her?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Den iden skal du ikke trenge med mindre du motar noe fra kjøen. Tror jeg
stigus
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Kult, ser veldig bra ut 😄
Har dessverre dårlig med innspill til kommentarene 😅
langvatn
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Supert, da fungerer køen på andre siden?
| kafka: | ||
| bootstrapservers: b27apvl00045.preprod.local:8443,b27apvl00046.preprod.local:8443,b27apvl00047.preprod.local:8443 | ||
| schemaregistryservers: http://kafka-schema-registry.tpa.svc.nais.local:8081 | ||
| groupid: testnorge-hendelse-api-v1 #HVA GJØR VI MED DENNE? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Den iden skal du ikke trenge med mindre du motar noe fra kjøen. Tror jeg
| public class PopulasjonService { | ||
|
|
||
| private static final Set<String> TAGS = Set.of("Mini-Norge"); | ||
| private static final Set<String> TAGS = Set.of("MINI_NORGE"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Kansjke vi får se
Bare send til kø som fungerer foreløpig. Fiks av mottak kommer i en egen 😄 Prøver å holde brancher og PRer så små som mulig. |
No description provided.