You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow users to specify topic information on @PulsarMessage using SpEL expressions.
This will bring @PulsarMessage topic info in feature parity w/ @PulsarListener, @PulsarReader, and @ReactivePulsarListener.
@jonasgeiregat here is the code that is used by the PulsarListener for this. It may be a good time to factor this common code out as these "resolveXYZ" functions are used in the annotation post processor for @Reactive/PulsarListener/Reader.
This commit adds a lightweight integration test nested in the
DefaultTopicResolverTests which uses a small Spring context to verify
actual expression evaluation.
See spring-projects#568
onobc
added a commit
to onobc/spring-pulsar
that referenced
this issue
Feb 14, 2024
This commit adds a lightweight integration test nested in the
DefaultTopicResolverTests which uses a small Spring context to verify
actual expression evaluation.
See spring-projects#568
This commit adds a lightweight integration test nested in the
DefaultTopicResolverTests which uses a small Spring context to verify
actual expression evaluation.
See #568
Allow users to specify topic information on
@PulsarMessage
using SpEL expressions.This will bring
@PulsarMessage
topic info in feature parity w/@PulsarListener
,@PulsarReader
, and@ReactivePulsarListener
.@jonasgeiregat here is the code that is used by the PulsarListener for this. It may be a good time to factor this common code out as these "resolveXYZ" functions are used in the annotation post processor for
@Reactive/PulsarListener/Reader
.Originally posted by @jonasgeiregat in #565 (comment)
The text was updated successfully, but these errors were encountered: