kafka2websocket
kafka2websocket copied to clipboard
Not able to set cors headers
Hi, this is exactly the tool i need for my project, even if i'm stuck with this problem: i'm not able to set allowed origins list from configuration, maybe i miss something in the docs, or maybe this feature has not been implemented yet. Thanks in advance to anyone who will help with this.
@EmanueleGiuliano
I picked up your fork.
But I also had to modify the Dockerfile
-tags=musl
:
FROM golang:1.10-alpine
. . .
RUN go build -tags=musl
. . .
In order to make it work for me.