Github user SreeramGarlapati commented on a diff in the pull request:
https://github.com/apache/storm/pull/2098#discussion_r114821502
--- Diff:
external/storm-eventhubs/src/main/java/org/apache/storm/eventhubs/spout/BinaryEventDataSystemPropertiesScheme.java
---
@@ -0,0 +1,51 @@
+package org.apache.storm.eventhubs.spout;
+
+import com.microsoft.azure.eventhubs.EventData;
+import org.apache.storm.tuple.Fields;
+import org.slf4j.Logger;
+import org.slf4j.LoggerFactory;
+
+import java.io.IOException;
+import java.util.ArrayList;
+import java.util.List;
+import java.util.Map;
+
+/**
+ * An Event Data Scheme which deserializes message payload into the raw
bytes.
+ *
+ * The resulting tuple would contain two items, the first being the message
+ * bytes, and the second a map of properties that include System Metadata
+ * properties. System Properties in eventhub exposes offset, sequencenumber
+ * and EnqueueTime
+ */
+public class BinaryEventDataSystemPropertiesScheme implements
IEventDataScheme{
--- End diff --
>BinaryEventDataSystemPropertiesScheme [](start = 13, length = 37)
add a with in the name.. EventDataWithSys....
---
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 [email protected] or file a JIRA ticket
with INFRA.
---