Ahmed Atwa

Results 7 comments of Ahmed Atwa

@derberg There is no file that starts the server, so I suggest adding a `server.js` under src that has the bootstrapping code to start the server and optionally provide example...

Hello. What's the expected size of this project?

I'd vote for using a modern Kafka library: https://www.npmjs.com/package/kafkajs instead of Hermes for JavaScript.

> @nightknighto would you like to work on this together? Sure. Making a reusable and extendable SDK on top of Kafka js could be challenging.

Let's start by getting some example documents for Kafka. @derberg Do you have a few documents to use as a reference? Preferably one simple and one complex.

```yaml asyncapi: 3.0.0 info: title: Streetlights Kafka API version: 1.0.0 description: |- The Smartylighting Streetlights API allows you to remotely manage the city lights. servers: development: host: 'test.mykafkacluster.org:18092' protocol: kafka...

@AritraDey-Dev The testing workflow is failing. Are you still willing to continue on this?