eolivelli commented on code in PR #20654:
URL: https://github.com/apache/pulsar/pull/20654#discussion_r1243895848
##########
pulsar-client-tools/src/test/java/org/apache/pulsar/client/cli/TestCmdProduce.java:
##########
@@ -72,4 +78,26 @@ public void testBuildSchema() {
assertEquals(SchemaType.JSON,
composite2.getKeySchema().getSchemaInfo().getType());
assertEquals(SchemaType.AVRO,
composite2.getValueSchema().getSchemaInfo().getType());
}
+
+ @Test
+ public void generateAvroMessageBodies() throws Exception {
Review Comment:
This method handles only the value part.
The key part is not supported by this pr
--
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]