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
What adapter are you using? I don't think its supported by any of the adapters. We use the JDBCAdapter, and that method throws and UnsupportedOperationException, which I believe you are seeing:
Hi
Thanks for the great atom tool Atom Hopper.
We're using Atom Hopper as a message feed at work, and want to remove/delete ‘old’ entries that are invalid.
I am trying to invoke a HTTP DELETE on:
https://domain.com/namespace/feed/entries/urn:uuid:9b850562-d357-4cf8-8811-048a6730e869
with response:
java.lang.UnsupportedOperationException: Not supported.
Is there an other way to perform a delete operation against the feed?
Best regards
Stian
The text was updated successfully, but these errors were encountered: