pvillard31 commented on a change in pull request #4120: NIFI-7221 Support v2/v3
protocols with HWX Schema Registry
URL: https://github.com/apache/nifi/pull/4120#discussion_r389266710
##########
File path:
nifi-nar-bundles/nifi-extension-utils/nifi-record-utils/nifi-avro-record-utils/src/main/java/org/apache/nifi/serialization/SchemaRegistryRecordSetWriter.java
##########
@@ -134,10 +153,19 @@ protected PropertyDescriptor
getSchemaWriteStrategyDescriptor() {
public void storeSchemaWriteStrategy(final ConfigurationContext context) {
this.configurationContext = context;
+ // If Schema Protocol Version is specified is specified without EL
then we can create it up front, otherwise when
Review comment:
```suggestion
// If Schema Protocol Version is specified without EL then we can
create it up front, otherwise when
```
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services