This repository has been archived by the owner on Nov 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
r Flytter Kafka producers/consumers til relevant sub-domene
Forsøker å gjøre det samme med Kafka som med DB - at håndtering bor i hvert enkelt subdomene. Så en i enda større grad kan operere innenfor en og samme pakkestruktur når en jobber med en problemstilling. Det er sjeldent det er aktuelt å jobbe med Kafka på tvers. Det er kun config.
- Loading branch information
Showing
17 changed files
with
24 additions
and
23 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
...ering/kafka/formidlingsgruppe/AfterDto.kt → ...soker/formidlingsgruppe/kafka/AfterDto.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ring/kafka/formidlingsgruppe/BeforeDto.kt → ...oker/formidlingsgruppe/kafka/BeforeDto.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...gsgruppe/DeleteFormidlingsgruppeMapper.kt → ...pe/kafka/DeleteFormidlingsgruppeMapper.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...sgruppe/FormidlingsgruppeKafkaConsumer.kt → ...e/kafka/FormidlingsgruppeKafkaConsumer.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...midlingsgruppe/FormidlingsgruppeMapper.kt → ...gsgruppe/kafka/FormidlingsgruppeMapper.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...lingsgruppe/GgArenaFormidlinggruppeDto.kt → ...ruppe/kafka/GgArenaFormidlinggruppeDto.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...gsgruppe/InsertFormidlingsgruppeMapper.kt → ...pe/kafka/InsertFormidlingsgruppeMapper.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...gsgruppe/UpdateFormidlingsgruppeMapper.kt → ...pe/kafka/UpdateFormidlingsgruppeMapper.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ring/kafka/meldekort/MeldekortEventDto.kt → ...oker/meldekort/kafka/MeldekortEventDto.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...kafka/meldekort/MeldekortKafkaConsumer.kt → ...meldekort/kafka/MeldekortKafkaConsumer.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ker/ArbeidssokerProfilertKafkaProducer.kt → ...fka/ArbeidssokerProfilertKafkaProducer.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...er/ArbeidssokerRegistrertKafkaProducer.kt → ...ka/ArbeidssokerRegistrertKafkaProducer.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...idsssoker/ArbeidssokerRegistrertMapper.kt → ...ing/kafka/ArbeidssokerRegistrertMapper.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
...ingsgruppe/FormidlingsgruppeMapperTest.kt → ...uppe/kafka/FormidlingsgruppeMapperTest.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../kafka/meldekort/MeldekortEventDtoTest.kt → .../meldekort/kafka/MeldekortEventDtoTest.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...soker/ArbeidssokerRegistrertMapperTest.kt → ...kafka/ArbeidssokerRegistrertMapperTest.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters