Some sample code solving specific problems with spring boot webflux. The tutorials accompanying each sample project are all on nickolasfisher.com
- How to Send SQS Messages to Localstack with the AWS Java SDK 2.0
- How to Setup a Reactive SQS Listener Using the AWS SDK and Spring Boot
- Publishing to SNS in Java with the AWS SDK 2.0
- How to Make Sequential API Calls and Merge the Results In Spring Boot Webflux
- How to Make Parallel API calls in Spring Boot Webflux
- How to Have a Fallback on Errors Calling Downstream Services in Spring Boot Webflux
- How to Automatically Retry on a Webclient Timeout in Spring Boot Webflux
- How to use Embedded Redis to Test a Lettuce Client in Spring Boot Webflux
- How to use a Redis Test Container with Lettuce/Spring Boot Webflux
- How to Configure Lettuce to connect to a local Redis Instance with Webflux
- Working with String Types in Redis using Lettuce and Webflux
- Working with Lists in Redis using Lettuce and Webflux
- Working with Redis Hashes using Lettuce And Webflux
- A Guide to Simple Set Operations in Redis with Lettuce
- A Guide to Operating on Multiple Sets in Redis with Lettuce
- A Guide to Operating on Sorted Sets in Redis with Lettuce
- Expiring Individual Elements in a Redis Set
- How to Publish and Subscribe to Redis Using Lettuce
- How to Run a Lua Script against Redis using Lettuce
- Pre Loading a Lua Script into Redis With Lettuce
- Subscribing to Redis Channels with Java, Spring Boot, and Lettuce
- Redis Transactions, Reactive Lettuce: Buyer Beware
- Optimistic Locking in Redis with Reactive Lettuce
- Using Redis as a Distributed Lock with Lettuce
- An Introduction to Redis Streams via Lettuce
- How to Configure Lettuce to use Redis Read Replicas in Spring Boot Webflux
- Configuring Lettuce/Webflux to work with Clustered Redis
- Breaking down Lettuce MSET Commands in Clustered Redis
- Using Hashtags in Clustered Redis with Lettuce and Webflux
- Lettuce, MSETNX, and Clustered Redis
- Pre Loading Lua Scripts into Clustered Redis with Lettuce
- Subscribing to Channels in Clustered Redis With Lettuce