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
[smallrye-reactive-messaging-pulsar] Wrong config used in log message SRMSG 19011 "Created consumer for channel" and SRMSG 19012 "Created producer for channel" #3154
Wrong config is used in log message SRMSG 19011 (Created consumer for channel %s with schema '%s' and configuration: %s). The actual config used to build consumer is based on the 'conf' but updated with values from 'ic' (in configResolver.configure).
In result if for example dead letter policy is configured using channel properties (instead of consumer config - in this case it works fine) then the dead letter policy is not printed in the log even if it's actually in the consumer config.