SPI for PubSubRequestExtractor and handshake request handler.
Description
Added SPI to provider.interfaces package.
- IPubsubRequestBodyExtractor: as all provider PubSub will have their own Request body data contract.
- IPubsubHandshakehandler : as some providers will have to validate the endpoint at the application layer.
How to test / repro
- Deploy the services locally run integration Tests
Changes include
-
Refactor (a non-breaking change that improves code maintainability). -
Bugfix (a non-breaking change that solves an issue). -
New feature (a non-breaking change that adds functionality). -
Breaking change (a change that is not backward-compatible and/or changes current functionality).
Checklist
-
Added Unit Tests, wherever applicable. -
Updated the Readme -
Existing Tests pass -
Verified functionality locally -
Self Reviewed my code for formatting and complex business logic.
Other comments
- moved the implementation to notification-gcp
- the unimplemented methods in notification-gcp are not throwing, returning a default value.
Edited by Komal Makkar
Merge request reports
Activity
added Common Code label
assigned to @nthakur
added 2 commits
@ethiraj if MR 11 is taking long, can we proceed with this one?
added 7 commits
-
adab7be0...8424e360 - 6 commits from branch
master
- 5a4e8111 - Resolved Merge conflicts
-
adab7be0...8424e360 - 6 commits from branch
mentioned in commit 19677ab8
Please register or sign in to reply