kafka icon indicating copy to clipboard operation
kafka copied to clipboard

Improve behavior when using un-init-ialized objects

Open phreed opened this issue 7 years ago • 0 comments

Not a bug. I had forgot to call producer.init(); before trying producer.send(...);, which fails. An exception is raised but the cause is not obvious. Maybe something like "hey numb-skull, you forgot to initialize ;-)".

phreed avatar Apr 04 '17 15:04 phreed