Marcel Dempers

Results 9 comments of Marcel Dempers

@Gauravkumar2701 please add more details. Steps to reproduce and log details. The content in this repo works as intended

@vadyusha This is a permission issue on the filesystem. Either your volume does not have the right permission or the PVC if you are running in k8s. When defining volume...

Did you manage to solve this ? I would recommend to take a look at other closed issues around Redis in this repo as many of these types of issues...

This issue is stale because it has been open for 30 days with no activity.

This issue was closed because it has been inactive for 10 days since being marked as stale.

Work in progress to update Go to latest + Delve. Work in progress: https://github.com/marcel-dempers/docker-development-youtube-series/pull/98

Did you manage to solve this ? How are you connecting to your app in Kubernetes ? port-forward ? May help to add the network tab as well so we...

@5hahbaaz which dockerfile are you trying to build ? may need to use a newer version of go and switch to `go.mod`

The `dockerfile` for publisher and consumer has been updated recently to support `go.mod` + `go.sum` and no longer requires `go get` commands. This builds successfully now. Please re-open if this...