Skip to content

Commit

Permalink
add AcknowledgementAggregatorActor to EXCLUDED_ADDRESS_REPORTING_CHIL…
Browse files Browse the repository at this point in the history
…D_NAME_PATTERN to avoid warning logs;

Signed-off-by: Stefan Maute <stefan.maute@bosch.io>
  • Loading branch information
Stefan Maute committed Jan 21, 2022
1 parent bcacee1 commit e70f9fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ public abstract class BaseClientActor extends AbstractFSMWithStash<BaseClientSta
private static final String MESSAGE_MAPPING_PROCESSOR_DISPATCHER = "message-mapping-processor-dispatcher";
private static final Pattern EXCLUDED_ADDRESS_REPORTING_CHILD_NAME_PATTERN = Pattern.compile(
OutboundMappingProcessorActor.ACTOR_NAME + "|" + OutboundDispatchingActor.ACTOR_NAME + "|" +
"StreamSupervisor-.*|subscriptionManager");
"ackr.*" + "|" + "StreamSupervisor-.*|subscriptionManager");
private static final String DITTO_STATE_TIMEOUT_TIMER = "dittoStateTimeout";
private static final int SOCKET_CHECK_TIMEOUT_MS = 2000;
private static final String CLOSED_BECAUSE_OF_UNKNOWN_FAILURE_MISCONFIGURATION_STATUS_IN_CLIENT =
Expand Down

0 comments on commit e70f9fa

Please sign in to comment.