trojczak commented on issue #18501: URL: https://github.com/apache/pulsar/issues/18501#issuecomment-1323312445
Hi, @nlu90! The schema in the `Person.avsc` file is the one that we want to have for out topic. It shouldn't allow `null` fields. The second schema, with the nullable `name` field is the one generated by Pulsar when running a function. We want some fields to be non-nullable, and I think there should be a way to make Pulsar recognize this requirement. Maybe there is one, but I don't know about it? If not, I consider this as a bug or at least as a lack of quite important capability. -- 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]
