PipedreamHQ / pipedream

Connect APIs, remarkably fast. Free for developers.
https://pipedream.com
Other
8.93k stars 5.27k forks source link

[APP] Kafka #4494

Open manokar-e5 opened 2 years ago

manokar-e5 commented 2 years ago

Name of app / service - Kafka Integration

Link to developer documentation thttps://kafka.js.org/

Is lack of support preventing you from building workflows, or do you have a workaround? Currently i can use the nodejs node to connect to kafka and publish events, But i don't have an option to receive messages from kafka.

Are there specific actions, or triggers, you'd like to see for this app? Please let us know here or use the Action and Trigger issue templates to open requests for each! I would like to have an action to send a message to kafka and an trigger to receive messages from kafka.

vunguyenhung commented 2 years ago

Hello @manokar-e5, would you mind answering questions in the description? Also could you find a developer doc that guiding us how to connecting with Kafka using Node.js / HTTP?

sergioeliot2039 commented 2 years ago

@manokar-e5 do you mean the Apache Kafka streaming platform? https://kafka.apache.org/intro

manokar-e5 commented 2 years ago

Hello @manokar-e5, would you mind answering questions in the description? Also could you find a developer doc that guiding us how to connecting with Kafka using Node.js / HTTP?

Hi @vunguyenhung I have updated the questions in the description.

manokar-e5 commented 2 years ago

@manokar-e5 do you mean the Apache Kafka streaming platform? https://kafka.apache.org/intro

Yes tha''s right @sergioeliot2039 .

dylburger commented 2 years ago

Thanks for the request! We've added this to our integrations backlog, and we'll update this ticket with progress.

sergioeliot2039 commented 2 years ago

Probably blocked for APIs are Java and Scala based. Only possible integration could be Kafka Connect's Rest API. URLs will be need to be provided as props for Kafka is installed on containers, on premises.

dylburger commented 2 years ago

Without more information, I'm going to close this issue. Feel free to reopen and add more details, if you'd like.

manokar-e5 commented 2 years ago

Can we use this sdk ?? https://kafka.js.org/