Skip to content

Conversation

mayankrai09
Copy link
Contributor

@mayankrai09 mayankrai09 commented Apr 14, 2022

Currently, in HTTP Post Processor, users can only specify static headers in the header config.

With this, we need to add the capability to support any header request pattern which can take values from input messages from the source.

Sample configuration:

{
"header_pattern": "{"Header_Key": "%s"}",
"header_variables": "transaction_id"
}

@prakharmathur82
Copy link
Member

prakharmathur82 commented Apr 19, 2022

can you raise this on a separate feature branch? that way I will be able to run our smoke tests on that branch without merging it in main
also update the following:

  • docs with examples for new config
  • bump up version in version.txt

@mayankrai09 mayankrai09 changed the base branch from main to feat/dynamic-header-capability-http-post-processor April 25, 2022 05:34
@prakharmathur82 prakharmathur82 marked this pull request as ready for review April 25, 2022 12:33
@prakharmathur82 prakharmathur82 merged commit 8585473 into raystack:feat/dynamic-header-capability-http-post-processor Apr 25, 2022
prakharmathur82 added a commit that referenced this pull request May 6, 2022
Co-authored-by: mayankrai09 <92782366+mayankrai09@users.noreply.github.com>
Meghajit added a commit that referenced this pull request Jul 15, 2022
* feat: dynamic header capability for http post-processor. (#134)

Co-authored-by: mayankrai09 <92782366+mayankrai09@users.noreply.github.com>

* feat: upgrade stencil client version (#141)

* chore: bump up core dependencies version for stencil upgrade (#151)

* feat: add dependencies in build.gradle for parquet source and python udfs (#167)

* doc: rfc for python udf (#129)

* doc: rfc for python udf

* docs: update rfc

Co-authored-by: jesrypandawa <jesry.p.pandawa@gmail.com>

* feat:add support python udf (#172)

* fix: fix docs for udf contribution  (#175)

Co-authored-by: Prakhar Mathur <prakharmathur82@gmail.com>
Co-authored-by: mayankrai09 <92782366+mayankrai09@users.noreply.github.com>
Co-authored-by: Hari krishna <harikrishnakanchi@gmail.com>
Co-authored-by: gauravsinghania <gauravs@sahajsoft.com>
Co-authored-by: jesrypandawa <jesry.p.pandawa@gmail.com>
Co-authored-by: jesrypandawa <78069094+jesrypandawa@users.noreply.github.com>
Meghajit added a commit that referenced this pull request Jul 18, 2022
* feat: dynamic header capability for http post-processor. (#134)

Co-authored-by: mayankrai09 <92782366+mayankrai09@users.noreply.github.com>

* feat: upgrade stencil client version (#141)

* chore: bump up core dependencies version for stencil upgrade (#151)

* feat: add dependencies in build.gradle for parquet source and python udfs (#167)

* doc: rfc for python udf (#129)

* doc: rfc for python udf

* docs: update rfc

Co-authored-by: jesrypandawa <jesry.p.pandawa@gmail.com>

* feat:add support python udf (#172)

* fix: fix docs for udf contribution  (#175)

Co-authored-by: Prakhar Mathur <prakharmathur82@gmail.com>
Co-authored-by: mayankrai09 <92782366+mayankrai09@users.noreply.github.com>
Co-authored-by: Hari krishna <harikrishnakanchi@gmail.com>
Co-authored-by: gauravsinghania <gauravs@sahajsoft.com>
Co-authored-by: jesrypandawa <jesry.p.pandawa@gmail.com>
Co-authored-by: jesrypandawa <78069094+jesrypandawa@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants