Kevin Wise
Kevin Wise
### Expected Behavior The CORS filter should allow pre-flight requests for any HTTP method that is handled by a filter. Alternatively the filter should be able to specify which methods...
### Feature description Would like to take advantage of bulk operations in Redis (mset, mget, and del for multiple keys) using RedisCache.
### Feature description Right now io.micronaut.gcp.pubsub.intercept.PubSubClientIntroductionAdvice#intercept contains the logic for converting the configuration + annotations into a PubSubPublisherState.TopicState (inside of publisherStateCache.computeIfAbsent). As a result, the code is not run until...
### Expected Behavior If I set `redis.timeout` then all operations should have that timeout ### Actual Behaviour The default 1m timeout is still in effect ### Steps To Reproduce 1....
### Feature description There are situations where you might want to provide a value for a field which is ordinarily auto-populated. For example if you want to backfill historical data...