GH-2610 Fix default error handling
Ensures that default error handling is preserved if user did not define binder specific error handler Resolves #2610
This commit is contained in:
@@ -190,7 +190,7 @@ public class TestChannelBinder extends
|
||||
protected MessageHandler getErrorMessageHandler(ConsumerDestination destination,
|
||||
String group, ConsumerProperties consumerProperties) {
|
||||
return m -> {
|
||||
this.logger.debug("Error handled: " + m);
|
||||
this.logger.info("Error handled: " + m);
|
||||
this.lastError = m;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user