spring-cloud-function icon indicating copy to clipboard operation
spring-cloud-function copied to clipboard

Add support for Filter-type function

Open olegz opened this issue 4 years ago • 1 comments

Currently we have RoutingFunction

It would be nice to have a filtering function especially when encountering cases like this

olegz avatar Aug 30 '21 16:08 olegz

Hello, Would this feature allow a user to create a Function that passes the Message to the next function only if it meets a specific criteria? (https://stackoverflow.com/questions/77801389/skip-filtering-in-spring-cloud-stream-workflow/77802387#77802387).

emckissick avatar Jan 11 '24 19:01 emckissick