Hang on Windows
#1159
Replies: 1 comment 6 replies
-
Hey @rdilipk can you paste the full config you're running? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have been playing around with benthos with simple input/output mappings. I am experiencing some weird problems when I run it on Windows. A simple mapping to read from stdin, massage the output and print to stdout (from the walkthrough section) takes almost 5 minutes for the application to output any value. Sometimes (~20% of the time) it displays the output quickly. The rest of the time it almost takes the same amount of time: around 5min 50+ seconds but < 6 minutes. Almost feels like it's deliberately waiting for a specified time interval before printing the output. Anybody has seen something like this before? The command line I run is fairly straight forward:
C:/> my_app_that_writes_to_stdout.exe | benthos.exe -c ./myconfig.yaml
I am running this on Windows 10 Enterprise.
Beta Was this translation helpful? Give feedback.
All reactions