Omid Bakhshandeh
Omid Bakhshandeh
Hi, thanks for working on this. what's the status of this PR? @Cajga @sbose78 Is there any other activity on Istio + argocd ?
``` scala git clone https://github.com/ochrons/scalajs-spa-tutorial.git cd scalajs-spa-tutorial sbt ~re-start ``` add this to shared/Api: ``` scala def dumbCall(s:String) ``` add this to jvm/ApiServices ``` scala override def dumbCall(s:String):Unit ={ println(s)...
@lihaoyi thank you for all awesome libs
Any updates on this?
Hi ... Any new progress on this? I was wondering if it's possible to consume Kafka events and react to them using CloudState.
@viktorklang Would you please point me to the docs for Eventing Support?
I am not qualified to say which one is needed. But the goal for me is to have a connection to the existing code base and enabling developing using CloudState...
Sorry for very late response Here is the code: ``` scala val instantiator = new ScalaKryoInstantiator instantiator.setRegistrationRequired(false) val kryo = instantiator.newKryo() def load[T](file: => T,name:String,cls:Class[T]):T = { if (java.nio.file.Files.notExists(new File(name).toPath()))...
It will be extremely useful to have a command that does all of the above! @noam-codefresh I was looking at the code and it seems if you guys can expose...
Any update on this issue? It seems if the target Kafka folder gets deleted, it will work fine but it doesn't happen automatically.