add support for OGC API Publish-Subscribe Workflow - Part 1: Core (#2146)#2220
Merged
tomkralidis merged 10 commits intomasterfrom Jan 29, 2026
Merged
add support for OGC API Publish-Subscribe Workflow - Part 1: Core (#2146)#2220tomkralidis merged 10 commits intomasterfrom
tomkralidis merged 10 commits intomasterfrom
Conversation
webb-ben
reviewed
Jan 28, 2026
Member
webb-ben
left a comment
There was a problem hiding this comment.
Assume further configuration and tests will come with time
webb-ben
approved these changes
Jan 28, 2026
Member
There was a problem hiding this comment.
+1
Tested against OAProc and received the following from my MQTT broker
@tomkralidis note i continue to receive notifications even if no action happens

Member
Author
Looks like we are not testing for 404s in the underlying repository at the API level. I've put forth a issue in #2223 and associated fix in this PR, including a test in the PostgreSQL provider. |
doublebyte1
reviewed
Jan 28, 2026
Contributor
doublebyte1
left a comment
There was a problem hiding this comment.
+1 for this. I left some comments, but hope to be able to do more tests
kalxas
approved these changes
Jan 28, 2026
08ee134 to
d3952ff
Compare
doublebyte1
approved these changes
Jan 29, 2026
5 tasks
mdearos
pushed a commit
to mdearos/pygeoapi
that referenced
this pull request
Feb 2, 2026
…opython#2146) (geopython#2220) * add support for OGC API Publish-Subscribe Workflow - Part 1: Core (geopython#2146) * update docs * update docs * fix API deletion on not found items in backend * fix ref * fix docs * add AsyncAPI support * fix tests * add exception handling * update docs
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.




Overview
This PR adds support for OGC API Publish-Subscribe Workflow - Part 1: Core by adding Pub/Sub support (MQTT, HTTP) triggered by item transactions and process execution.
This PR additionally fixes issues found as part of testing (see #2223).
Related Issue / discussion
Fixes #2146
Fixes #2223
Additional information
This implementation is put forth as part of OSGeo contributions to the 2026 Joint OGC – OSGeo – ASF Code Sprint
Dependency policy (RFC2)
Updates to public demo
Contributions and licensing
(as per https://github.com/geopython/pygeoapi/blob/master/CONTRIBUTING.md#contributions-and-licensing)