Eric, Try using the Producer api. Internal apis are subject to change in the future and are not officially supported.
Thanks, Jun On Mon, Apr 2, 2012 at 6:05 PM, Eric Tschetter <eched...@gmail.com> wrote: > I'm setting up an HTTP endpoint that just takes a posted object and > shoves it into Kafka. I'm imagining this as basically an embedded > broker in my producer and am wondering if there's a way to emit > messages directly into the broker without actually setting up a > Producer object? Or, is it just going to be simpler and more > supported for me if I actually set up the separate objects and have > them talk via whatever mechanism they end up talking via? > > --Eric >