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
58 stars 52 forks source link

TridentTopolgy #15

Open gitramm opened 8 years ago

gitramm commented 8 years ago

is posible créate a Trident topology wiht SCP .NET and C#? If yes, any sample?

Thanks

BennyM commented 8 years ago

I don't think so. There's no reference to in the SCP library. The docs (although not quite complete) also mention Trident only with Java.Mentioned here: https://github.com/Azure/azure-content/blob/master/articles/hdinsight/hdinsight-storm-overview.md

ravitandonrt commented 8 years ago

@bigdatacamp No, it is not possible to use Trident with SCP.Net today.

SCP.Net however supports transactional topologies just like Storm, which you can use for exactly once semantics: https://github.com/hdinsight/hdinsight-storm-examples/tree/master/SCPNetExamples/HelloWorldTx