Y
Hacker News
new
|
ask
|
show
|
jobs
by
andrewvijay
3435 days ago
Its not go code fully. Its java that takes 3 mins. Go takes very less time like 3-4 secs. Multiple smaller services so we compile only what we change.
1 comments
pjmlp
3435 days ago
> Multiple smaller services so we compile only what we change.
Also doable in Java.
link
andrewvijay
3435 days ago
sure. Never denied. But we are breaking apart that java code part by part. The docker build size is also very small as mentioned in the article. Our app involves lot of bandwidth so we good with smaller containers.
link
Also doable in Java.