Comment on NSQ: Realtime distributed message processing at scale (in Go)Comments−knodi13yDoes this have gob interface?−matticakesOP13yit is data format agnostic so you can certainly serialize using the gob package.−knodi13yAmazing, with this my whole infrastructure will be 100% Go.
Comments
Does this have gob interface?
it is data format agnostic so you can certainly serialize using the gob package.
Amazing, with this my whole infrastructure will be 100% Go.