How i connect aws-msk cluster with node js using kafka.js - node.js

I am trying to connect aws-msk cluster to our node js application running on azure for publish and suscribe data
any idea for this problem

Related

Optionaly use eureka or kube services for nodeJS application depending on the environment

I have a nodeJS application running as a microservice and there are two scenarios:
when a developer is doing development on his machine. nodeJS application should register to eureka service and be able to communicate with other microservices without specifying URL or port to those services
when nodeJS application is deployed to kubernetes cluster, it should not register to Eureka and instead use existing kubernetes Services within the cluster to communicate with other services, again without specifying URL or port, only kubernetes service name
I was thinking of maybe using some env var that will tell the nodeJS service how to behave depending on the environment it is being started in

Node js application on AWS on windows instance

I want to deploy my node js application on aws. I have created account and also launched the instance. Install node and copied my code to the aws account. I have created an windows instance not a linux/ubuntu instance.
I am able to execute the node application on aws instance after logging using RDP.
Now how to access the same application deployed on the AWS from outside the AWS.
Is your Node Js application is web application or desktop application? Describe a bit about how did you accessed your application

Connecting to oracle data visualisation cloud service with node js

I’m looking to integrate reports/charts from oracle data visualisation cloud service to my web application which is using node js for backend and angular for front end. I have a dev server in oracle cloud with the reports and charts ready. How can I get started to use the api from oracle cloud using node js . Is there any modules that support this ? Or can any one guide me on how to establish the connection and authenticate it. Can anyone share related documents as well. Thanks in advance

How to connect my Heroku hosted Node REST services to remote SQL?

Can anyone please tell me about how to connect REST based services on Heroku to a Linux based Remote SQL?
I'm new to hosting REST based services. I've created some REST services via Node.js and Express and I'm trying to connect those services with a remote SQL database on my hosting plan on https://ecowebhosting.co.uk.
But it always shows server closed the connection because it requires an IP address to setup a connection between server and heroku.

Deploy NodeJS applications on azure service fabric cluster

I am using MAC.
I am new to azure fabric service. I have already created my local cluster using https://learn.microsoft.com/en-us/azure/service-fabric/service-fabric-get-started-mac .
Now I have to deploy my two Nodejs application on my local cluster. Both applications are running locally. I am unable to connect these applications to my cluster. how can I deploy Nodejs application on azure service fabric cluster using MAC?

Resources