I've never personally used this stuff. The last message broker I used was a proprietary one at a company. However, a quick search on metacpan reveals the following modules:

Now that I have stated the obvious it gives me the opportunity to tell you that Perl message broker solutions exist. I found one called Mercury that says all you need is Perl installed to run it (though the last release seems to have been a few years back...).

The Kafka server appears to be downloadable. Have you tried to install the server locally and try to configure it to use perhaps some generic, locally created SSL certificates? I would then try my solution against the local server to gain familiarity with it prior to using a hosted/cloud-based server when first getting started because it will kick out great error messages and hints that might be obscured by the provider.

Celebrate Intellectual Diversity


In reply to Re: Kafka with Avro serialization by InfiniteSilence
in thread Kafka with Avro serialization by mithunbh

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.