spring, undertowHow to add a listener port to Undertow in Spring BootSuper short post today. I couldn’t believe none has tried this before. We wanted to add a management port to separate traffic and…
spring, kafka, concurrency, streamConcurrency in Spring's StreamListener and KafkaAnother too fast, too furious post. I have spent a few hours trying to make my event processor multi-threaded, and it’s so damn easy that I…
security, startup, spring, microservicesA way to unify two authorization methods - Part ITime to talk about security today. Security is one of the most important aspects of a system, and probably one of the most boring to…
spring, mongodb, tech, pillsHow to mix Spring Data queries and MongoDB syntaxI love writing queries using Spring Data’s Criteria. Writing queries directly in SQL (@NativeQuery, @Query) feels a bit dirty. And I also…