PrateekJava and KSQLDB using single batchIn this example, I will show you how to fetch data from KSQLDB using Java App using single batch (executeQuery()). I will use the Kafka…Apr 5, 2023Apr 5, 2023
InJavarevisitedbySrikanth DannarapuLog all requests and responses of REST API GET and POST endpointsIn Spring Boot, you can use an interceptor to log all requests and responses for a REST API endpoint. Here is an example of how you can…Mar 7, 2023Mar 7, 2023
InJavarevisitedbyAbhishek AnandCaching with Spring Boot 3, Lettuce, and Redis SentinelIn this tutorial, I will walk you through how to connect to Redis Sentinel from Spring Boot 3 and use it for caching.Jan 24, 20231Jan 24, 20231
Ayush SinghalHow to use Java Optional to handle NullPointerException.We all know the pain of dealing with null references and the potential for NullPointerExceptions. That’s where Optional comes in, it’s a…Jan 23, 20232Jan 23, 20232
Andre LucasFrom Monoliths to Microservices - Springboot Modular Monolith Application with database decoupledIn this story, I’ll show you how you can implement a good monolith application that can become a microservicesNov 28, 2022Nov 28, 2022
InBetter ProgrammingbyMohamed MayalloLiskov Substitution Principle isn’t Complex. Just Give it a TryA guide to help you understand the Liskov Substitution Complex betterJan 3, 20236Jan 3, 20236
InTributary DatabyDunith DanushkaOperational Use case Patterns for Apache Kafka and Flink — Part 1This is the first post of the series that shows building operational use cases with Apache Kafka and Apache Flink.Jan 3, 2023Jan 3, 2023
InDev GeniusbyVishal RacharlaPause/Resume Kafka Consumer using actuator in Spring Cloud StreamA simple exampleNov 27, 2022Nov 27, 2022
InDev GeniusbyZDIceberg + Spark + Trino + Dagster: modern, open-source data stack demoI assembled the ngods (new generation open-source data stack) two months back and have used it for two projects since then.Jul 4, 20229Jul 4, 20229
Aneesh MConnecting to multiple SQL data bases using Spring JPA and Hikari CPFirst of all, let’s set the agenda before diving deep in to the discussion. In this blog, we will be discussing only about how to use…Oct 9, 2022Oct 9, 2022
itwasneoScale Your Database with Kafka Connect? Part 1If I had a dollar for every time I complain about the legacy database the company has been using being the bottleneck of the whole system……Sep 5, 2022Sep 5, 2022
Okan ArdıçRate Limiting Spring RESTful APIs Resilience4jIn this tutorial, we will see how to use Resilience4j with Spring Boot to rate-limit RESTful APIs.Aug 1, 2022Aug 1, 2022
InJavarevisitedbyVivek SinghLiquibase with SpringBootWe will be building an application which uses Liquibase as the Data Migration tool.Sep 5, 20222Sep 5, 20222
InDev GeniusbyVishal RacharlaHow to use spring boot togglz libraryWhat is Togglz libraryNov 6, 20222Nov 6, 20222
InApache APISIXbyBoburBuilding event-driven API services using CQRS, API Gateway, and ServerlessDeveloping API services using CQRS, API Gateway and Serverless combine three patterns, using the command query responsibility separation…Sep 27, 2022Sep 27, 2022
InJavarevisitedbySuraj MishraHow to do Asynchronous Programming With JavaUsing CompletableFuture to implement an asynchronous use caseNov 7, 20224Nov 7, 20224
Seonggil JeongHandling Exceptions with RestControllerAdvice, ExceptionHandlerException handling is a very important part of developing applications. In this article, will introduce Handling ExceptionsNov 5, 20223Nov 5, 20223
KodefyiSpring Boot Excercise: Custom JSON Response with ResponseEntityIn this article, I will show you how to modify the JSON response with ResponseEntity in Spring Boot for handling response.Nov 4, 20221Nov 4, 20221
Caner KayaApache Kafka Stream with Spring BootIn this article i will implement a service which is responsible from processing the streaming data. At the end of the article, we will…Mar 16, 2021Mar 16, 2021