I'm very interested in solutions that other Developers have deployed using Apache Kafka.

This page summarizes the projects mentioned and recommended in the original post on /r/ExperiencedDevs

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • spec

    The AsyncAPI specification allows you to create machine-readable definitions of your asynchronous APIs. (by asyncapi)

    On the subject of APIs, I feel like REST, specifically, as a wrapper for Kafka loses a bit of the power of having an event driven architecture in the first place. It's pretty hard to describe a streaming API in a RESTful way and some of the features you could have with kafka (like schema registries who are super popular to define the message body's schema) would need to be kept in sync with it. If you absolutely want to write a wrapper, I think having a wrapper library vs an API and using something like AsyncAPI creates less hard to maintain magic.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts