Hi guys Since some time there are efforts to have a language portable support in beam but I cant really find a case it "works" being based on docker except for some vendor specific infra.
Current solution: 1. Is runner intrusive (which is bad for beam and prevents adoption of big data vendors) 2. Based on docker (which assumed a runtime environment and is very ops/infra intrusive and likely too $$ quite often for what it brings) Did anyone had a look to graal which seems a way to make the feature doable in a lighter manner and optimized compared to default jsr223 impls?