hdinsight / hdinsight-storm-examples

This is a repository for complete and easy to use samples that demonstrate the use of Apache Storm on HDInsight
Apache License 2.0
59 stars 52 forks source link

EventHubSpout does not support consumergroups and/or user-properties #17

Closed yorgovs closed 8 years ago

yorgovs commented 8 years ago

When using the evenhubspout there is no option to configure a certain consumergroup. However, this option is available in the Java implementation. It is not included in the constructor, but it is available as a property. Can this property be made available through SCP?

On top of that, the eventhubspout only returns the eventdata's message, the user-properties, partitionkey, etc. are not included in the tuple. However these are certainly transmitted. This is probably due to the Java implementation of the spout.

ravitandonrt commented 8 years ago

@yorgovs

The latest update of storm-eventhubs addressed these issues.