YolandaMDavis commented on a change in pull request #3912: NIFI-6889 - Create
RulesRecordProcessor
URL: https://github.com/apache/nifi/pull/3912#discussion_r354812950
##########
File path:
nifi-nar-bundles/nifi-rules-bundle/nifi-rules-processors/src/main/resources/schema-actions.avsc
##########
@@ -0,0 +1,10 @@
+{
+ "type": "record",
+ "name": "action",
+ "namespace": "rules",
+ "fields": [
+ {"name": "type", "type": "string"},
+ {"name": "attributes", "type": {"type": "map", "values": "string"}},
+ {"name": "metrics", "type": {"type": "map", "values": "string"}}
Review comment:
Technically this should be corrected to say facts and not metrics and those
could be either string or numeric value.
----------------------------------------------------------------
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