Hi, I have been trying to achieve a use-case of mine where I wanted a synchronized call to an Exactly-Once In-Order Processed Trident Topology. I tried using Storm Trident DRPC for the same. However, I was not able to use partitionPersist for the in-order exactly-once part. (InvalidTopologyException)
I did some research online and it seems partitionPersist is not allowed in a DRPC stream. I wished to confirm if this was true. *Also, any ideas on how to achieve my use-case?* -- Regards, Nilay Binjola
