You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## (optional) clean old versions of this libraries
rm -rfv $HOME/.m2/repository/de/otto/kafka-messaging-e2ee
## update the libraries in local maven repositorycd /repos/kafka-messaging-e2ee
./gradlew clean publishToMavenLocal -x signMavenJavaPublication --info
Start one of the SpringBoot services
cd /repos/kafka-messaging-e2ee/examples
## start the "springboot-fullmessage-multiple" example
./gradlew clean :springboot-fullmessage-multiple:bootRun
## or start the "springboot-fieldlevel-multiple" example
./gradlew clean :springboot-fieldlevel-multiple:bootRun
Examples
springboot-fullmessage-multiple .. Example which uses SpringBoot and full-message encryption and decryption. It has multiple encrypted Kafka Topics configured.
springboot-fullmessage-single .. Example which uses SpringBoot and full-message encryption and decryption. It has one encrypted Kafka Topic configured.
springboot-fieldlevel-multiple .. Example which uses SpringBoot and field-level encryption and decryption. It uses the Multi-Topic-Configuration.