- There is a service, which is providing data with many columns but we require only 10 columns. The service fetches data for many joins. We have the database available with us. We can directly use hibernate calls for getting data which can help in reducing the time complexity.
- Data Inconsistency is to be handled when one services and other updates, the record
- We can save the progress data in non-relational database like Mango DB
- Request, service will broadcast and error to topic in Kafka Which will be consumed by other services to perform specific cleanup.
- We can also have schedule running that will check for transactions failed, and will retry them and if A transaction is not success, then we retry For specific attempts and then leave it And send response in a log.
- Annotations
- Controllers
- Components
- Dependencies
- Documenting Java Code
- Entities
- Hibernate
- HTTPS Security
- Spring Core
- Maven
- Spring MVC
- Microservices
- Packages
- Project Configuration
- REST Templates
- Spring Boot
- AOP
- Spring DI
- Spring IOC
- Spring Data
- Tag Library
- View Resolvers
- Validations,Errors & Exceptions
- Activiti Framework
- Deploy spring boot Microservices in Fargate
- Spring Security
- Password encryption using Jasypt
- Flyway DB Migration Script
- Session in Spring Boot
- Spring Expression Language
- Spring JDBC
- Spring ORM
- Unit Testing
- Correlation ID
- Logging
- ELK Stack
- EFK Stack
- Swagger
- Rabbit MQ
- Circuit Breaker Pattern
- Connection Pooling
- Spring Batch
- Zipkins
- Kafka
- Spring Boot Actuator
- Spring Cloud
- Caching
- Gateway
- Service Discovery
Monday, July 22, 2024
Situations
Subscribe to:
Post Comments (Atom)
Spring Boot
What is circular/cyclic dependency in spring boot? When two services are interdependent on each other, that is to start one service, we requ...
-
Technology's / frameworks in Spring Spring core Spring MVC Spring boot Spring data Hibernate
-
Step 1: Open your IDE and click on Help » Install New Software… Step 2 : Click on the Add button and fill the details like Name: Acti...
-
What are the 2 types of Spring IOC containers? Bean Factory Application Context What is the difference between bean factory and applica...
No comments:
Post a Comment