lrozek

Results 3 issues of lrozek

when spring boot application is being shutdown gracefully, DefaultStreamMessageListenerContainer should wait until listeners have finished their processing within given timeout. Currently redis stream listeners are terminated instantly in the middle...

type: enhancement

At the moment there is only support for eviction to the maximum length of a stream, aka MAXLEN Please also consider adding support for MINID as in https://redis.io/commands/xtrim spring classes...

type: enhancement

I am running web application in following docker image tomcat:9.0.41-jdk8-openjdk-buster. I tried to override excludecategories via environment variable called p6spy.config.excludecategories. However in this image System.getenv() doesn't return environment variables that...

Help needed