Skip to content

Commit

Permalink
Reimplementation HTTP Connector (#538)
Browse files Browse the repository at this point in the history
* adding falcon dependency
* add metadata 
* add singlethreadqueuelistener
* add message_backlog_size

---------

Co-authored-by: david <[email protected]>
Co-authored-by: Jörg Zimmermann <[email protected]>
  • Loading branch information
3 people authored Mar 28, 2024
1 parent 4914a24 commit b90438d
Show file tree
Hide file tree
Showing 16 changed files with 589 additions and 170 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
PYTEST_ADDOPTS: "--color=yes"
run: |
pytest -vv tests/unit
- name: Perform acceptance tests
env:
PYTEST_ADDOPTS: "--color=yes"
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@
* retrieve oauth token automatically from different oauth endpoints
* retrieve configruation with mTLS authentication


* reimplementation of HTTP Input Connector with following Features:
* Wildcard based HTTP Request routing
* Regex based HTTP Request routing
* Improvements in thread-based runtime
* Configuration and possibility to add metadata

### Improvements

* remove `versioneer` dependency in favor of `setuptools-scm`
Expand Down
Loading

0 comments on commit b90438d

Please sign in to comment.