-
Notifications
You must be signed in to change notification settings - Fork 1
[AIS] Configuration de kafka #2622
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
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
f0de398 to
de795f9
Compare
louptheron
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.
LGTM, quelques petits commentaires de naming
| hikari: | ||
| maxLifetime: 60000 | ||
| kafka: | ||
| bootstrap-servers: ${MONITORENV_KAFKA_SERVERS} |
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.
| bootstrap-servers: ${MONITORENV_KAFKA_SERVERS} | |
| bootstrap-servers: ${MONITORENV_KAFKA_AIS_SERVERS} |
Je propose de rajouter AIS pour que ça soit explicite
| kafka: | ||
| bootstrap-servers: ${MONITORENV_KAFKA_SERVERS} | ||
| consumer: | ||
| group-id: ${MONITORENV_KAFKA_GROUP_ID} |
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.
| group-id: ${MONITORENV_KAFKA_GROUP_ID} | |
| group-id: ${MONITORENV_KAFKA_AIS_GROUP_ID} |
Same
|
|
||
| @EnableKafka | ||
| @Configuration | ||
| class KafkaConsumerConfig( |
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.
Perso j'aurais mis ça dans le dossier infrastructure car c'est relatif à la récepeption de l'AIS ? C'est plus du taste.
à minima, KafkaAISConsumerConfig` ?
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.
question: on a groupé toutes les config dans le meme dossier. Ca me choque pas de trier les configs infra/domaine mais il faudrait le faire pour tous
a92a667 to
b82b13d
Compare
b82b13d to
f94c853
Compare
|



Related Pull Requests & Issues