Forum Discussion
Send data through TCP to a external server
Hello everyone
I'm currently working on migrating from On-Premise to Fabric a process that sends a message through TCP connection to a external server.
In the On-Premise version of the server it uses a bash command to send it:
echo {message_string} | timeout {timeout_int} ncat -v {domain_string} {port_int}
So now I ask the question ¿How can I do this in Microsoft Fabric?
Thanks for your help
5 Replies
- v-cboorla-msftMicrosoft Employee
Hi Anonymous
At this time, we are reaching out to the internal team to get some help on this .
We will update you once we hear back from them.
Appreciate your patience.Thanks.
- v-cboorla-msftMicrosoft Employee
Hi Anonymous
I have received an update from the internal team as follows:
"We cannot just push to an unauthenticated TCP port when using Fabric". But one option if you just need to sent some text to an endpoint would be to use an event stream. You can use a custom app endpoint. You can treat this like an eventhub, AQMP or Kafka endpoint.
Please refer for more details: Add a custom app source to an eventstream - Microsoft Fabric | Microsoft Learn
I hope this information helps.
Thank you.
- v-cboorla-msftMicrosoft Employee
Hi Anonymous
We haven’t heard from you on the last response and was just checking back to see if you have a resolution yet. In case if you have any resolution please do share that same with the community as it can be helpful to others.
Otherwise, will respond back with the more details and we will try to help.Thanks.