Files
spring-integration/spring-integration-redis/src
Artem Bilan c10be96396 GH-8592: Add ReactiveRedisStreamMessageHandler.setAddOptionsFunction
Fixes: https://github.com/spring-projects/spring-integration/issues/8592

The `XADD` command for the record can be customized with a `RedisStreamCommands.XAddOptions`.

* Expose `ReactiveRedisStreamMessageHandler.setAddOptionsFunction(Function<Message<?>, RedisStreamCommands.XAddOptions> addOptionsFunction)`
to allow to configure those option against the specific request message.
2025-03-24 14:26:33 -04:00
..