-
Notifications
You must be signed in to change notification settings - Fork 92
Open
Labels
httpAny tasks or issues relating specifically to http componentsAny tasks or issues relating specifically to http componentsneeds investigationIt looks as though have all the information needed but investigation is requiredIt looks as though have all the information needed but investigation is required
Description
When initially connecting, everything works as expected. However, upon reconnection, message handling becomes inconsistent. Sometimes messages are delivered, but this is very random, and often the reconnection fails entirely.
In some cases, the following warning appears in the logs:
WARN Failed to send message: write tcp 172.25.0.8:4195->172.25.0.1:57554: write: broken pipe @service=redpanda-connect label="" path=root.output
Running config:
logger:
level: ALL
format: logfmt
add_timestamp: false
static_fields:
'@service': redpanda-connect
input:
kafka:
addresses: ["redpanda:9092"] # No default (required)
topics: ["TEST"] # No default (required)
target_version: 2.1.0 # No default (optional)
consumer_group: "test"
checkpoint_limit: 1024
auto_replay_nacks: true
buffer:
none: {}
pipeline:
threads: -1
processors: []
output:
broker:
pattern: fan_out
outputs:
- stdout: {}
# - kafka:
# addresses: ["redpanda:9092"] # No default (required)
# topic: "OUTPUT" # No default (required)
- http_server:
ws_path: /get/ws
allowed_verbs:
- GET
Any guidance or suggestions on how to resolve this issue would be greatly appreciated.
Metadata
Metadata
Assignees
Labels
httpAny tasks or issues relating specifically to http componentsAny tasks or issues relating specifically to http componentsneeds investigationIt looks as though have all the information needed but investigation is requiredIt looks as though have all the information needed but investigation is required