M1-PE-Kafka/applications/common
2024-07-03 20:26:16 +02:00
..
gradle/wrapper split the project into 3 modules and an additional module for common code 2024-07-03 12:42:18 +02:00
src/main improved the documentation for each module and removed the automatic creation of topics since they are already created automatically 2024-07-03 20:26:16 +02:00
.gitignore split the project into 3 modules and an additional module for common code 2024-07-03 12:42:18 +02:00
build.gradle.kts split the project into 3 modules and an additional module for common code 2024-07-03 12:42:18 +02:00
gradle.properties split the project into 3 modules and an additional module for common code 2024-07-03 12:42:18 +02:00
gradlew split the project into 3 modules and an additional module for common code 2024-07-03 12:42:18 +02:00
gradlew.bat split the project into 3 modules and an additional module for common code 2024-07-03 12:42:18 +02:00
README.md improved the documentation for each module and removed the automatic creation of topics since they are already created automatically 2024-07-03 20:26:16 +02:00
settings.gradle.kts split the project into 3 modules and an additional module for common code 2024-07-03 12:42:18 +02:00

Module: Common

This module contain common code that could be used between the three others modules of the application.

It implements some errors or some useful functionalities and structure to avoid redefining them in all the modules and making debugging easier by only modifying a single file to fix the corresponding issue everywhere.

Build

This project is built automatically when building the others modules.

However, you can still build it manually with the following command :

./gradlew build