Denovo1998 commented on code in PR #17449:
URL: https://github.com/apache/pulsar/pull/17449#discussion_r1092834406
##########
pulsar-broker/src/test/java/org/apache/pulsar/client/api/SimpleSchemaTest.java:
##########
@@ -1233,6 +1233,79 @@ public void testAutoCreatedSchema(String domain) throws
Exception {
Assert.assertEquals(admin.schemas().getSchemaInfo(topic2).getType(),
SchemaType.STRING);
}
+ @Test(dataProvider = "topicDomain")
+ public void testSubscribeWithSchemaAfterAutoConsumeNewTopic(String domain)
throws Exception {
Review Comment:
Previous old design I needed to test the case of multiple consumers with
different subscriptions to subscribe a topic.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]