2024-03-05
- Kafka Integration with Spring Boot
Kafka is a distributed event store with stream processing message, handles low latency platforms for real time data feeds. Kafka allows users to subscribe and publish to the kafka broker.
A general use case with different micro services: User,Account and SMS microservice
Integration of the above microservices with Apache Kakfa messaging event.Below is the link for the detailed documentation and steps to integrate a spring boot project with kafka in a microservices architecture.
- Twilio SDK Integration
Twilio Integration with Spring boot to send SMS through a Twilio trial account.
- Using System Environment Variables in application.properties
Usage of system environment variables in application.properties
for example, mysql username and password,url etc making confidential information secure.