kafka-go: CreateTopics returns io.EOF
Package version: 48c37f796910d8154479aaa04ade5843ae4f55d0
Example code: https://gist.github.com/briansorahan/0e6fac07a3076a83e36d80ae55ec48d3
I’m testing CreateTopics on an existing topic, since the idempotent behavior would be very nice to have.
Is it expected to get io.EOF
?
got io.EOF
2018/09/24 17:11:45 creating topics: EOF
exit status 1
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Comments: 17 (8 by maintainers)
If yes ^ this seems like a really small change, and I’d like to contribute a test too.
Here are the test failures on my fork:
With a little guidance on how to fix them, I’d be happy to do that too.
@achille-roussel I would love to contribute a patch. Should we just check for
io.EOF
here and return nil?