Stephane Maarek
Stephane Maarek
Not really, It's about security groups Two machines, one service, container port 8000 Machine 1 ecs-nginx-proxy:80 task:8000 Machine 2 task:8000 -> 8000 task:8001 -> 8000 because 8000 was already taken...
Exactly, that's why it's just important to mention that in the documentation. By the way how do you allow all networking within your cluster ?
I didn't know instances who shared the same security group in a vpc have free communications between them. I'll verify and experiment thanks ! In this way that's perfect
Actually , from the aws docs Instances associated with a security group can't talk to each other unless you add rules allowing it (exception: the default security group has these...
Ansible here but similar. So I guess for the issue, the only thing would be to update the documentation to mention that this is a requirement in order to have...
@fenos gRPC reflection is absolutely used, especially when actively developing an API. Imagine how much time will be saved if I don't have to re-load a changed proto file into...
@fenos when using evans, I just restart evans and I know I'll have the latest changes. Polling could be an option, or just a "refresh", or call the reflection service...
Please use java 8 if you can. It's not really tested with Java 11 On Fri, 11 Oct 2019, 12:46 pm Jose RF Junior, wrote: > /home/jr/Documents/Projetos/grpc-java-course/build/generated/source/proto/main/grpc/com/proto/blog/BlogServiceGrpc.java:20: > error: cannot...
hey thanks for the feedback! I'm certain the code could be improved here and there, but I can't change it right now as this wouldn't match the video recording. Hope...
FYI ``` repositories { maven { url 'https://oss.sonatype.org/content/repositories/snapshots' } } dependencies { compile 'no.tornado:tornadofx:2.0.0-SNAPSHOT' } ```