You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I connected the Kafka adapter and implemented the backend, for example I process the /obp/v5.1.0/adapter method and successfully see its result in the OBP.
But some methods, for example POST /obp/v5.1.0/users/400637d0-745f-4ceb-9871-67cf5113ef3c/non-personal/attributes { "name":"W_LEVEL", "type":"STRING", "value":"90"}
return the following error:
{
"code": 400,
"message": "OBP-50200: Connector cannot return the data we requested. <- OBP-10010: Not Implemented setUnimplementedError$ Please check `Get Message Docs`endpoint and implement the process `obp.setUnimplementedError$` in Adapter side."
}
What does "Not Implemented" mean? Do I need to fork the OBP Api and implement this method (and many similar ones)? Or was there another solution?
Thank you!