Mapping HTTP status codes to gRPC status codes

This guide provides a comprehensive mapping between HTTP status codes and gRPC status codes to help developers maintain consistent error handling when services transition between protocols. It includes practical Java code examples and principles for choosing the right gRPC status code based on intent, retry semantics, and authentication context rather than just numeric similarity.
πŸ“– Read More

JobRunr: The Job Scheduler Developers Actually Want To Use

JobRunr makes background job processing in Java stupidly simpleβ€”just use lambdas instead of XML configs, and get automatic distribution, retries, and monitoring for free. But watch out for the production gotchas: the free version dies during database outages, refactoring method signatures breaks queued jobs, and recurring jobs can mysteriously skip executions under load.
πŸ“– Read More