Martin Schneppenheim
Martin Schneppenheim
@gscher Thanks for the additional input. I'm willed to debug and sort this out. If I'm able to reproduce the issue, it would be a big enabler to get this...
@gscher This analysis is amazing, thanks so much for investigating and sharing! I think it's safe to remove the whitespace trim. We still have to remove the first 5 bytes,...
@gscher Based on your suggestion I committed https://github.com/redpanda-data/console/commit/044a0b37afaeadc4f920f3fe5c83d757e3af5453 . Maybe you can give that a run. If you use a docker image it will take some time until it's available...
Hey @RiniJack , I'm unsure whether this is related to Protobuf or not, have you tested this? I'm not sure whether we would need to provide a special docker image...
Thanks for the additional input. For proto parsing we rely on protoreflect (https://github.com/jhump/protoreflect/issues). I haven't seen a similar issue there, but I assume there's not much we could do about...
Has anyone of you tried compiling the backend on your own? I'm unsure whether ARM64 docker hosts require a different docker image - unfortunately I'm pretty clueless about this and...
Hey Paul, are you referring to the topic list where all topics are listed (url `/topics`)? I would assume that we have to make the config settings you want to...
We'll take a look at this issue again once https://github.com/golang/go/issues/41191 is available. This might make it easier for us than using rakyll's statik lib. Removing the 1.3 milestone for now
New binaries have been released as part of the v2 release. Linux packages are also available, hence closing this issue.
Hi, please share a screenshot. Please take note that "Newest Offset" is the START OFFSEt, which basically means "live tailing" to the messages flowing in right now. Maybe you are...