saartamir

Results 7 comments of saartamir

Same here... I see that the 'b' field is keep growing if I'm not using Reset()

use inputProps to get the formatted value (with prefix)

Nope.. I'm still using one step instead.

This is my current Dockerfile: ``` FROM gocv/opencv:4.5.2 AS build-stage WORKDIR $GOPATH/src/github.com/Anzu-Team/anzu_go COPY go.mod go.sum ./ RUN go env -w GO111MODULE=on RUN go mod download RUN go mod verify COPY...

@milindl just a normal one, using the exact topic name. And yes these are the exact steps. You should get the error immediately, while messages are read just fine (we...

@milindl sorry it took me some time to reply. This is what I'm doing, including the debug flag: Creating the topic: ``` ➜ ~ kafka-topics --create --bootstrap-server localhost:9092 --replication-factor 1...