Github user rban1 commented on a diff in the pull request: https://github.com/apache/storm/pull/2098#discussion_r114857665 --- Diff: external/storm-eventhubs/src/main/java/org/apache/storm/eventhubs/spout/FieldConstants.java --- @@ -23,5 +23,6 @@ public static final String Offset = "offset"; public static final String Message = "message"; public static final String META_DATA = "metadata"; + public static final String SYSTEM_META_DATA = "systemmetadata"; --- End diff -- will change it to eventdata_system_properties
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---