connect icon indicating copy to clipboard operation
connect copied to clipboard

TCP Retransmission when use http processor

Open BugsGuru opened this issue 2 years ago • 1 comments

Here is the main benthos config:

pipeline:
  threads: 8
  processors:
    - try:
      - branch:
          request_map: |
            root = {
              # unimportant
            }
          processors:
            - http:
                url: http://192.168.0.47:20000/api/v1/termapp
          result_map: |
            root.app = this.app
            root.term = this.term
    - label: "catch"
      catch:
        - log:
            message: "Processing failed due to: ${!error()} msg: ${! content()}"
        - mapping: deleted()

Here is the pcap in Wireshark :

  • tcp.stream in even number are all like this: image
  • odd number: image

If the information is incomplete, I would be happy to provide more. THANKS!

BugsGuru avatar Oct 23 '23 08:10 BugsGuru

Hey @BugsGuru, indeed, I'm not sure what issue you're trying to point out and what is the question. If you need to share sensitive info, feel free to make use of the other community messaging systems.

mihaitodor avatar Oct 23 '23 14:10 mihaitodor