Skip to content

Commit

Permalink
rocketmq禁消费集成测试脚本test-19
Browse files Browse the repository at this point in the history
Signed-off-by: daizhenyu <[email protected]>
  • Loading branch information
daizhenyu committed Jan 12, 2024
1 parent 3a36ec9 commit ceeedf2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ private void processCreateOrUpdateEvent(DynamicConfigEvent event) {
if (GLOBAL_CONFIG_KEY.equals(event.getKey())) {
LOGGER.info(event.getContent());
ProhibitionConfigManager.updateGlobalConfig(yaml.loadAs(event.getContent(), ProhibitionConfig.class));
LOGGER.info(event.getContent());
executeProhibition();
LOGGER.info(event.getContent());
}
Expand Down

0 comments on commit ceeedf2

Please sign in to comment.