Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rpk adds "Downloading latest Redpanda Connect" as the first line of the generated yaml file #3101

Open
amrlafi opened this issue Dec 30, 2024 · 3 comments
Labels
annoying Benthos is mildly annoying but not quite a bug needs more info An issue that may be a bug or useful feature, but requires more information

Comments

@amrlafi
Copy link

amrlafi commented Dec 30, 2024

Affected version: rpk version v24.3.2 (rev 32a9dce321)
Environment: Mac (M1), installed via Homebrew.

Downloading latest Redpanda Connect
http:
  enabled: true
  address: 0.0.0.0:4195
  root_path: /benthos
  debug_endpoints: false
  cert_file: ""
  key_file: ""
  cors:
    enabled: false
    allowed_origins: []
  basic_auth:
    enabled: false
    realm: restricted
    username: ""
    password_hash: ""
    algorithm: sha256
    salt: ""
input:
  stdin: {}
buffer:
  none: {}
pipeline:
  threads: -1
  processors: []
output:
  stdout: {}
input_resources: []
processor_resources: []
output_resources: []
cache_resources: []
rate_limit_resources: []
logger:
  level: INFO
  format: logfmt
  add_timestamp: false
  level_name: level
  timestamp_name: time
  message_name: msg
  static_fields:
    '@service': redpanda-connect
  file:
    path: ""
    rotate: false
    rotate_max_age_days: 0
metrics:
  prometheus: {}
  mapping: ""
tracer:
  none: {}
shutdown_delay: 0s
shutdown_timeout: 20s
tests: []
redpanda:
  seed_brokers: []
  client_id: benthos
  tls:
    enabled: false
    skip_cert_verify: false
    enable_renegotiation: false
    root_cas: ""
    root_cas_file: ""
    client_certs: []
  sasl: []
  metadata_max_age: 5m
  pipeline_id: ""
  logs_topic: ""
  logs_level: info
  status_topic: ""
  idempotent_write: true
  timeout: 10s
  max_message_bytes: 1MB
  broker_write_max_bytes: 100MB

@mihaitodor mihaitodor added annoying Benthos is mildly annoying but not quite a bug needs investigation It looks as though have all the information needed but investigation is required labels Jan 8, 2025
@mihaitodor
Copy link
Collaborator

Hey @amrlafi 👋 I'm struggling to reproduce this one... Can you please share which commands you ran to trigger this behaviour? Also, can you share the output of rpk connect --version please?

@mihaitodor mihaitodor added needs more info An issue that may be a bug or useful feature, but requires more information and removed needs investigation It looks as though have all the information needed but investigation is required labels Jan 8, 2025
@amrlafi
Copy link
Author

amrlafi commented Jan 9, 2025

It's Version: 4.44.0

@mihaitodor
Copy link
Collaborator

@amrlafi Here's what I'm seeing on OSX:

$ rpk --version
rpk version v24.3.2 (rev 32a9dce321)
$ rpk connect --version
Version: 4.44.0
Date: 2024-12-13T17:44:10Z
$ rpk connect create -s stdin//stdout
input:
  stdin:
    scanner:
      lines: {}
    auto_replay_nacks: true
buffer:
  none: {}
pipeline:
  threads: -1
  processors: []
output:
  stdout:
    codec: lines

Please let me know what steps you're following and what system are you using to run it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
annoying Benthos is mildly annoying but not quite a bug needs more info An issue that may be a bug or useful feature, but requires more information
Projects
None yet
Development

No branches or pull requests

2 participants