Denovo1998 commented on code in PR #17449:
URL: https://github.com/apache/pulsar/pull/17449#discussion_r1092836528
##########
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:
And I want to test whether there is a problem with subscripting with a
consumer whose schema is AutoConsume and then subscripting with a consumer
whose schema is AutoConsume. Here's a test that looks like this.
--
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]