增加对BrokerMetadata中endpoints为internal|External方式的解析

This commit is contained in:
xuguang
2022-01-12 16:15:46 +08:00
parent c344fd8ca4
commit 4df2dc09fe
5 changed files with 110 additions and 88 deletions

View File

@@ -109,5 +109,10 @@
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<scope>compile</scope>
</dependency>
</dependencies>
</project>