As the subject states, I have an existing standard adapter and metadata adapter that does a few things like;

  1. Initialise it's cache from a db
  2. listen to updates from a messaging system
  3. SSO authentication


I want to make this a remote adapter.

So my question is, does all this adapter functionality move to the remote adapter or does part of it stay within the proxy adapter and some move into the remote adapter?

OR is it sufficient to just have a simple proxy adapter config with the examples show?

Thanks all