Renato Cavalcanti
Renato Cavalcanti
For the record, the Protobuf docs as well. https://docs.kalix.io/java-protobuf/access-control.html#_programmatically_accessing_principals
What do you mean by 'cancelled'?
ah, I see. There is a 'canceled' being displayed at the end.
I think I know how to fix it. I'm testing something and will PR soon. Btw, I tested it locally and the pubsub container did stop, but after a while....
Ok, here is what I tried out... We have two methods at our disposal. ```scala def stop(): Unit = if (started) { Process(s"docker-compose -f $file stop", None).run() } def stopAndWait():...
I run it on Linux and it stops properly. Must probably an arm64 issue.
> For command and event classes generated from proto files to have common base class/trait where less amount of copy-paste code would be required. Commands and events are generated by...