Kafka processor not picking up event — check consumer group names in the environmeOn my local, I manually published an event into a topic, and the corresponding consumer simply would not pick the event up. There have…8h ago8h ago
Enums versus BeansI have a liking for enums. I had functionality that needs to read kafka events, construct request objects and invoke external APIs.8h ago8h ago
A config service clientThis is about a configuration service that I am using for my application.9h ago9h ago
Adding ability to verify REDIS dataAs part of my application, I write to REDIS. Now if QA needs to validate that the REDIS entry actually has been made, there is no way to do…Mar 20Mar 20
Spring Boot — Redis Cache autoconfiguration and actuator/conditionsI wanted to disable Redis cache from my spring boot application, and towards that I commented out the redis connection host details. When…Mar 19Mar 19
Spring boot health check does redis health checkThe spring boot application gave a status of DOWN on the actuator health check end point. The logs show REDIS related exceptions.Mar 19Mar 19
Redis monitoring with GrafanaRedis instances in production are running in multiple data centers. To monitor these instances, Grafana is used. The Redis data source…Mar 18Mar 18
REDIS Connection pool configuringMy application is interfacing with REDIS, and it is taking millions of PUTs in an hour. You can size up the memory based on the size of the…Mar 18Mar 18