level=fatal msg="Format bin not found"
Good morning, I'm trying to use goflow2 with kafka and clickhouse, kcg model, but when I run docker I receive the following error message:
goflow2-1 | time="2024-02-06T12:26:25Z" level=fatal msg="Format bin not found"
As this error message is displayed, the application does not perform any collection, nothing appears in grafana. How can I go about using it? Taking advantage of how can I enrich the bank with geolocation?
Any update regarding this issue ? I am seeing the same error.
goflow2: latest checkout docker version:
mm312:~$ sudo docker version
Client: Docker Engine - Community
Version: 25.0.3
API version: 1.44
Go version: go1.21.6
Git commit: 4debf41
Built: Tue Feb 6 21:13:09 2024
OS/Arch: linux/amd64
Context: default
Server: Docker Engine - Community
Engine:
Version: 25.0.3
API version: 1.44 (minimum version 1.24)
Go version: go1.21.6
Git commit: f417435
Built: Tue Feb 6 21:13:09 2024
OS/Arch: linux/amd64
Experimental: false
containerd:
Version: 1.6.28
GitCommit: ae07eda36dd25f8a1b98dfbf587313b99c0190bb
runc:
Version: 1.1.12
GitCommit: v1.1.12-0-g51d5e94
docker-init:
Version: 0.19.0
GitCommit: de40ad0
mm312:~$ sudo docker compose version
Docker Compose version v2.24.5
Thank you for pointing this out. A fix is coming with #299.
A change in the docker build process resulted in no latest tag pushed. It was still on a v1 version.
You'll need to manually docker-compose pull after this is fixed.