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, 202349Mar 7, 202349
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, 20231231Jan 24, 20231231
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, 2023312Jan 23, 2023312
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, 2022131Nov 28, 2022131
InBetter ProgrammingbyMohamed MayalloLiskov Substitution Principle isn’t Complex. Just Give it a TryA guide to help you understand the Liskov Substitution Complex betterJan 3, 20234086Jan 3, 20234086
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, 2023161Jan 3, 2023161
InDev GeniusbyVishal RacharlaPause/Resume Kafka Consumer using actuator in Spring Cloud StreamA simple exampleNov 27, 202218Nov 27, 202218
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, 20224429Jul 4, 20224429
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, 20221Oct 9, 20221
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, 20224Sep 5, 20224
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, 202239Aug 1, 202239
InJavarevisitedbyVivek SinghLiquibase with SpringBootWe will be building an application which uses Liquibase as the Data Migration tool.Sep 5, 20222122Sep 5, 20222122
InDev GeniusbyVishal RacharlaHow to use spring boot togglz libraryWhat is Togglz libraryNov 6, 2022252Nov 6, 2022252
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, 2022361Sep 27, 2022361
InJavarevisitedbySuraj MishraHow to do Asynchronous Programming With JavaUsing CompletableFuture to implement an asynchronous use caseNov 7, 20222164Nov 7, 20222164
Seonggil JeongHandling Exceptions with RestControllerAdvice, ExceptionHandlerException handling is a very important part of developing applications. In this article, will introduce Handling ExceptionsNov 5, 2022583Nov 5, 2022583
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, 20222051Nov 4, 20222051
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, 202183Mar 16, 202183