@SneakyThrows @Testvoidrestore(){PulsarAdmin pulsarAdmin=PulsarAdmin.builder().serviceHttpUrl("http://url:8080").authentication(AuthenticationFactory.token(token)).build();Path filePath=Path.of("restore-ns.json");String fileContent=Files.readString(filePath);List<TopicMeta>topicMetaList=JSON.parseA...
之后便是最重要的元数据恢复了: @SneakyThrows@Testvoidrestore(){PulsarAdminpulsarAdmin=PulsarAdmin.builder().serviceHttpUrl("http://url:8080").authentication(AuthenticationFactory.token(token)).build();PathfilePath=Path.of("restore-ns.json");StringfileContent=Files.readString(filePath);List<TopicMeta...