Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use brokerID for bidirectionnal plugins written in another language than Go? #334

Open
pidanou opened this issue Mar 3, 2025 · 0 comments

Comments

@pidanou
Copy link

pidanou commented Mar 3, 2025

Hi,

Developping bidirectionnal plugins in Go is pretty straightforward and easy by just calling a function on the interface. I believe the plugins does quite a lot. But in another language like Python, I just can't see how to call a method on the main process.
I tried using unix sockets, but on MacOS it is a random string like plugin1234567.

How do we manage to call back to the main process ?

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant