redpanda-data / redpanda-data/benthos

Benthos Fails to Fully Process Environment Values Containing #

Open
#147 15 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bughancement needs more info
Dominant language
Go
Stars
571
Forks
120
Avg merge
2d 1h
Merged PRs (30d)
18

Description

Slack Reference:

Channel: Redpanda Community
Message Link: Slack Message

Issue:

We found that Benthos fails to fully process environment variable values containing the # character. When fetching such values, it stops reading at the # and ignores the remaining part of the value.

Example:
Given an environment variable set as:
MY_ENV_VAR=abc#def#ghi

Benthos only reads abc, and everything after the first # (def#ghi) is ignored.

Expected Behavior:
Benthos should read and process the entire value, abc#def#ghi.

Actual Behavior:
Benthos only reads abc, causing issues for workflows that need the full value.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue does not name a file, test, or entry point. Start by locating Benthos's environment-variable parsing and configuration loading, then reproduce the example with MY_ENV_VAR=abc#def#ghi. Done means the complete value, including every # character, is read and processed rather than truncated.

Written by the indexing model from the issue text.

Assessment

Tech stack
go
Domain
stream-processing
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.