gostorm icon indicating copy to clipboard operation
gostorm copied to clipboard

GoStorm is a Go library that implements the communications protocol required to write Storm spouts and Bolts in Go that communicate with the Storm shells.

Results 5 gostorm issues
Sort by recently updated
recently updated
newest added

error message: panic: ShellSpout: Unknown command received from Storm: activate goroutine 1 [running]: github.com/jsgilmore/gostorm.(*shellSpoutImpl).Go(0xc0001dfb30) branch: master storm version: apache-storm-1.2.3

Hi, can anyone explain how I can use this library? A complete example would be nice. Your splitsentence example differs completely from the description. This is confusing. Thanks!

Is there any example for connecting the apache storm? how to connect to apache storm using the lib?

How would you go about configuring java based spout, specifically the java based kafka spout with the golang based bolts.

either Fields() needs to take a string that can help decide which interfaces get returned, or a new method FieldsForStream(string)? needs to be added to the interface that allows the...

enhancement