Skip to content

Conversation

@maximeperraultdev
Copy link
Collaborator

Related Pull Requests & Issues

@tristanrobert
Copy link
Contributor

tristanrobert commented Nov 25, 2025

Snyk checks have passed. No issues have been found so far.

Status Scanner Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@maximeperraultdev maximeperraultdev force-pushed the maxime/tech/setup_kafka_consumer branch from f0de398 to de795f9 Compare November 25, 2025 16:59
Copy link
Collaborator

@louptheron louptheron left a 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}
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
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}
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
group-id: ${MONITORENV_KAFKA_GROUP_ID}
group-id: ${MONITORENV_KAFKA_AIS_GROUP_ID}

Same


@EnableKafka
@Configuration
class KafkaConsumerConfig(
Copy link
Collaborator

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` ?

Copy link
Collaborator Author

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

@maximeperraultdev maximeperraultdev force-pushed the maxime/tech/setup_kafka_consumer branch 5 times, most recently from a92a667 to b82b13d Compare December 1, 2025 08:25
@maximeperraultdev maximeperraultdev force-pushed the maxime/tech/setup_kafka_consumer branch from b82b13d to f94c853 Compare December 3, 2025 09:54
@sonarqubecloud
Copy link

sonarqubecloud bot commented Dec 3, 2025

@maximeperraultdev maximeperraultdev merged commit 008c7ad into main Dec 3, 2025
28 of 29 checks passed
@maximeperraultdev maximeperraultdev deleted the maxime/tech/setup_kafka_consumer branch December 3, 2025 10:30
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.

Configuration du Apache Kafka

4 participants