Skip to content

Can't query simple Redpanda topic? #9668

Discussion options

You must be logged in to vote

This seems to have been a networking issue. If I use the following docker-compose.yml and reference redpanda:9092 it seems to work. Will wait for an official answer to confirm. Although now I can't write from my go instance due to the - --advertise-kafka-addr redpanda:9092 line (it creates the topic, but I get a write error still).

version: '3'
services:
  redpanda:
    image: docker.vectorized.io/vectorized/redpanda:v21.9.5
    command:
     - redpanda start
     - --overprovisioned
     - --smp 1
     - --memory 1G
     - --reserve-memory 0M
     - --node-id 0
     - --check=false
     - --kafka-addr 0.0.0.0:9092
     - --advertise-kafka-addr redpanda:9092
     - --pandaproxy-addr 0.0.0…

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by danthegoodman1
Comment options

You must be logged in to vote
3 replies
@danthegoodman1
Comment options

@morsapaes
Comment options

@danthegoodman1
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants