Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add: ability for fluvio connectors to perform record.json.property template parsing and rendering #3920

Open
digikata opened this issue Mar 28, 2024 · 0 comments
Labels
enhancement New feature or request no-stale Opt-out of closing issue due to no activity

Comments

@digikata
Copy link
Contributor

Allow for e.g. query parameter additions onto

# config-example-params.yaml
apiVersion: 0.1.0
meta:
  version: 0.2.5
  name: my-http-sink
  type: http-sink
  topic: http-sink-topic
  secrets:
    - name: AUTHORIZATION_TOKEN
http:
  endpoint: "https://someurl.com${{ record.json.uri_param }}"
  headers:
    - "Authorization: token ${{ secrets.AUTHORIZATION_TOKEN }}"
    - "Content-Type: application/json"

A json record with a "uri_param" can come from the topic, or have parameters added via smartmodule.

From 3/28/2024 10am PST discussion

@digikata digikata changed the title fluvio connectors: review creating a record.json.property template parsing Add: ability for fluvio connectors to perform record.json.property template parsing and rendering Mar 28, 2024
@digikata digikata added the enhancement New feature or request label Mar 28, 2024
@digikata digikata added the no-stale Opt-out of closing issue due to no activity label Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request no-stale Opt-out of closing issue due to no activity
Projects
None yet
Development

No branches or pull requests

1 participant