Hasegawa Takuya

Results 19 comments of Hasegawa Takuya

I'm working on PR #69

Hi @ia-jladew Could you check if the REST API is working? I am concerned that the REST API is returning a 404. FYI: https://lefred.be/content/mysqlrouter-8-0-17-and-the-rest-api/

Could you run this command please let me show: `curl -XGET -k https://10.10.10.10:8443/20190715/swagger.json`

seems like REST API is working correctly. What version of MySQL Router are you using?

when this PR is merged, I create PR once with `go generate` https://github.com/drone/drone/pull/2772

@tboerger Hi. Are you planning on merging this?

There may be a bug in the REST API of the MySQL Router. Even in my production environment, `/api/20190715/routes/bootstrap_ro/connections` returns ``` {"items":[]} ``` But for some reason, `bootstrap_rw` has a...

Hi @iamhopaul123. No, just the opposite. `svc deploy --force` doesn't update the ECS service. but `deploy --force` worked well. I couldn't see any events on ECS Service like increment task...

Yes, we can see from the CFn logs and CLI output that the ECS has been updated, but it has done nothing. `svc deploy --force` just uploading a new container...