-
Notifications
You must be signed in to change notification settings - Fork 240
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
Errors calling select with a remote DPF selector #4388
Comments
Thanks for your contribution 🔥 We will take a look asap 🚀 |
could you report the build file used to build the runtime that returned the error? |
The control plane build file :
The selector build file :
The data plane build file :
|
looks like the transformers are not correctly registered in the selector modules. To workaround this you can define an extension and register them by yourself, on the selector side they will be:
On the
EDIT: are we talking about "selection", not "registration" right? In this case the Could you please detail where those logs are coming from? |
Yes I'm talking about the selection on the control plane. The logs are coming from the control plane (selector client) and the selector API output. So the transformers should be registered on the control-plane and the selector. |
I made a end to test if it can help : main...luluffy007:Connector:bug-selector-client |
@luluffy007 I already opened a PR: #4391 |
Bug Report
Describe the Bug
When using the select method on RemoteDataPlaneSelectorService, several errors happens on both the client and the selector API.
On the selector client :
On the selector API :
Expected Behavior
The selector API should return the selected data plane to the remote client.
Context Information
Possible Implementation
The text was updated successfully, but these errors were encountered: