Coder Social home page Coder Social logo

Comments (3)

packman80 avatar packman80 commented on May 26, 2024

From documentation:

A Bloblang mapping that describes how to create a request payload suitable for the child processors of this branch. If left empty then the branch will begin with an exact copy of the origin message (including metadata).

You need to get empty message without copy of original message. In this case you avoid sending body in GET request. Use it:

pipeline:
  threads: -1
  processors:
    - branch:
        request_map: root = "" 
        processors:
          - http:
              url: "https://REDACTED/service/rest/v1/components?repository=${! this.repo}"
              verb: GET
              headers:
                Accept: "application/json"
        result_map: "root.response = this"

from benthos.

packman80 avatar packman80 commented on May 26, 2024

it may be worth clarifying this in the documentation. In addition, the option to ignore sending the request body in the GET method might be useful, even if the message (and the request body, respectively) is not empty. In some cases, this would simplify the configs

from benthos.

mihaitodor avatar mihaitodor commented on May 26, 2024

You don't necessarily need to use a branch processor. If you only wish to retain the response of the http processor, then placing a mapping processor before it with root = "" will suffice.

it may be worth clarifying this in the documentation.

From https://www.benthos.dev/docs/components/processors/http:

Performs an HTTP request using a message batch as the request body

The branch processor is a common utility which can be combined with any other processor, depending on the use case. Not sure how to help users discover it easier. It's definitely covered in the cookbooks, like for example this one: https://www.benthos.dev/cookbooks/enrichments

from benthos.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.