Replies: 1 comment
-
Hi @ngocchien , Apologies for the delayed response! Firstly, is this still an issue you are facing? Also, I noticed you mentioned needing TLS and hence using the HTTP 400 indicates the server thinks there is something wrong with the request 🤔 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all, I have a problem about send the messages to Pulsar.
My systems require TLS, so I can not use vector sink type pulsar (because the type pulsar does not support TLS ), then I used sink type HTTP to send data to Pulsar through Pulsar Rest API.
With Pulsar Rest API, the CURL command sends messages to pulsar success.
But when I use vector then It happen an error.
This is my vector configuration :
This is the error message.
I have build a Rest API, then I received data from the vector. (I change only URI in configuration-vector.toml to my REST API URL)
This is raw data from my Rest API :
I don't understand this problem.
Please help me.
Thanks all.
Chien Nguyen.
Beta Was this translation helpful? Give feedback.
All reactions