reugn / go-streams

A lightweight stream processing library for Go
https://pkg.go.dev/github.com/reugn/go-streams
MIT License
1.92k stars 157 forks source link

Cannot import the `kafka` module #126

Closed itaranto closed 6 months ago

itaranto commented 6 months ago

It seems the latest tag 'kafka@v0.1.2 is pointing to an incompatible version:

$ go get github.com/reugn/go-streams/kafka
go: github.com/reugn/go-streams/kafka imports
    github.com/reugn/go-streams/util: cannot find module providing package github.com/reugn/go-streams/util
reugn commented 6 months ago

The connector modules have not been released recently. You will need to retrieve a compatible version using version queries.

itaranto commented 6 months ago

The connector modules have not been released recently. You will need to retrieve a compatible version using version queries.

Yes, that's what I thought.

I used the commit hash for this.