Skip to content

Commit

Permalink
changed config for Rabbitmq and removed it from whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
asishupadhyay committed Feb 9, 2025
1 parent 95bb8e3 commit f6ab632
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -185,12 +185,12 @@ private Set<String> buildWhiteList() {
whiteList.add("PaimonSinkOptions");
whiteList.add("TDengineSourceOptions");
whiteList.add("PulsarSourceOptions");
whiteList.add("RedisSinkOptions");
whiteList.add("FakeSourceOptions");
whiteList.add("HbaseSinkOptions");
whiteList.add("MongodbSinkOptions");
whiteList.add("IoTDBSinkOptions");
whiteList.add("EasysearchSourceOptions");
whiteList.add("RabbitmqSinkOptions");
whiteList.add("StarRocksSourceOptions");
whiteList.add("IcebergSourceOptions");
whiteList.add("HbaseSourceOptions");
Expand Down

0 comments on commit f6ab632

Please sign in to comment.