Milind L
Milind L
Thanks for checking the solution. I will update the documentation to reflect this across our clients, to match the Java documentation. One thing though, that might help you further: deleting...
@nithin-p-m is correct, the issue is within go itself. Closing this. Please reopen if this reoccurs in recent go versions.
Hi @manang , is it possible to attach the debug logs as well as the code used for subscribing? For the debug logs you can use `"debug": "all"` inside the...
Thanks for this PR! I think we'll soon need to update to go1.21 due to certain dependencies requiring it to be updated. I'll update this PR and merge it then...
I'll merge #1136 first, and then, this. It updates the go version (both the supported and development versions).
Hi @meggm, thanks for reporting this. This will be fixed by #1136 which will be merged in and included in the next release.
That makes sense, let me check if I can make that change in the PR itself, given that it's an indirect dependency. .
It's now at 1.1.0, but I can't update it to 1.1.12 without causing breakage in the builds (the tests don't work for me). You can file an issue in the...
Hi @darrkz , please run the `go fmt` command on the codebase to fix the format issues automatically. I can run the CI and merge it after that.
Hi @saartamir , what's the subscription like: Is it a regex based subscription, or just a normal one? The exact steps to repro are: create the topic, run consumer, and...