We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We're seeing a panic when running kinesis to kafka:
bufio.(*Reader).ReadByte(0xc00d39e6c0) /usr/local/go/src/bufio/bufio.go:271 +0xa5 compress/flate.(*decompressor).huffSym(0xc0011bb908, 0xc0011bb938) /usr/local/go/src/compress/flate/inflate.go:720 +0x102 compress/flate.(*decompressor).huffmanBlock(0x0?) /usr/local/go/src/compress/flate/inflate.go:495 +0x45 compress/flate.(*decompressor).Read(0xc0011bb908, {0xc00195c000, 0x2000, 0xc0020ec090?}) /usr/local/go/src/compress/flate/inflate.go:348 +0x5b compress/gzip.(*Reader).Read(0xc001f57348, {0xc00195c000, 0x2000, 0x2000}) /usr/local/go/src/compress/gzip/gunzip.go:252 +0xa2 net/http.(*gzipReader).Read(0xc00d2c6660, {0xc00195c000, 0x2000, 0x2000}) /usr/local/go/src/net/http/transport.go:2911 +0x195 github.com/aws/aws-sdk-go-v2/aws/transport/http.(*timeoutReadCloser).Read.func1() /go/pkg/mod/github.com/aws/[email protected]/aws/transport/http/timeout_read_closer.go:48 +0x43 created by github.com/aws/aws-sdk-go-v2/aws/transport/http.(*timeoutReadCloser).Read in goroutine 18606 /go/pkg/mod/github.com/aws/[email protected]/aws/transport/http/timeout_read_closer.go:47 +0xfb
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We're seeing a panic when running kinesis to kafka:
The text was updated successfully, but these errors were encountered: