connect
connect copied to clipboard
TCP Retransmission when use http processor
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:
- odd number:
If the information is incomplete, I would be happy to provide more. THANKS!
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.