-1

I'm trying to make an Esper application thats permits me to Runtime deploy dataflow based patterns. In order to implement this, I used a RMI based server for sending patterns, but thinking on that, it may be not necessary. There is a way embedded in the engine to implement my approach?

Thanks you in advance

Burhan Ali
  • 2,258
  • 1
  • 28
  • 38

1 Answers1

0

You can embed Esper compiler and runtime any way you want. There are no requirements by Esper on anything. Therefore whether you use RMI or something else is all up to you.

user650839
  • 2,594
  • 1
  • 13
  • 9
  • Thanks you for your answer, but I think that I have asked my question in a wrong way. My doubt is if Esper contains a way to do that I want to do without using a RMI server o anything else. I want to run my engine and, without stop it, add new dataflows in Runtime. – Ivan Castillo Caro Feb 18 '20 at 01:07
  • Yes the API allows to add/remove anything at runtime. – user650839 Feb 18 '20 at 12:19