go-messaging
go-messaging copied to clipboard
simple messaging framework using Golang TCP server and Kafka
Results
2
go-messaging issues
Sort by
recently updated
recently updated
newest added
I have give the config.yml path but configPath is null while we send it to InitConfig func. Because of this brokerList is empty and not able to find any broke
i am getting this error, here is the error attached /Users//workspace/git/go-messaging/lib lib/tcp_server.go:27:19: multiple-value uuid.NewV4() in single-value context /Users//workspace/git/go-messaging/messages messages/consumer.go:25:30: multiple-value uuid.NewV4() in single-value context u1 := uuid.NewV4()
bug