ajeyprasad
ajeyprasad
My Project Structure ``` MyProject |___ gradle |___ gradlew |___ build.gradle |___ src |____ com |____ main |____ main.go |____ util |_____ util.go ``` **main.go** ``` package main import "com/util"...
##### Description We are seeing GoRoutine leak as below. Any suggests would be helpful. ``` goroutine profile: total 12539 3750 @ 0x44c3d6 0x41778c 0x4171f8 0x1310b05 0x136f3be 0x47cfc1 # 0x1310b04 github.com/IBM/sarama.(*partitionProducer).dispatch+0x1a4...
##### Description Facing this panic when kafka is stopped while sending the messages. ``` panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x2 addr=0x0...
##### Description Created a kafka producer using NewSyncProducer method and will keep on sending messages. After sometime based on some conditions we are trying to stop the existing producer and...
My import is like "github.com/arangodb/go-driver". So dot is there in my import. Parser is treating it as a delimiter for split and going in a wrong directory.
##### Description We have implemented a single Kafka producer using Sarama, which multiple goroutines utilize to produce messages to Kafka. However, we have observed an excessive number of goroutines in...