Using the Connector as a proxy during Kafka communication #4433
Unanswered
boxer-code
asked this question in
Q&A
Replies: 2 comments 3 replies
-
My suggestion would be to take a look at the streaming samples: https://github.com/eclipse-edc/Samples/tree/main/transfer/streaming |
Beta Was this translation helpful? Give feedback.
0 replies
-
I already executed the samples and took a look at it. It has exactly the setup that I described above. The provider connector needs the possibility to access the kafka from the consumer. That's why I asked here if there is a possibility to skip this and only use the external endpoint from the connector. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone, I'm trying to implement a data exchange between two connectors and two kafka server. Is there a way to use the connector as you called it in a 2021 discussion, the "proxy mode"? It would be perfect if I could run the kafka server locally and the provider connector doesn't need to reach the consumer kafka. I'm aware that this creates a keyhole problem, but I don't want to exchange large amounts of data. It would be more important to be able to run the server locally and to be able to maintain only one url that needs to be reachable from the outside. Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions