Questions tagged [redpanda]

20 questions
0
votes
0 answers

Cross cluster communication in GKE Multi-cluster Service

I’m using GKE multi-cluster service and have configured two clusters. On one cluster I have an endpoint I want to consume and it's hard-coded on address: redpanda-0.redpanda.processing.svc.cluster.local. Does anyone know how I can reach this from…
0
votes
1 answer

Redpanda on minikube :volume claim size

I've a question regarding the redpanda-operator on K8s. I'm currently using minikube and ran into an issue following this tutorial: https://docs.redpanda.com/docs/quickstart/kubernetes-qs-minikube/ Is it possible to change the volume claim size,…
0
votes
1 answer

Unable to get raw TCP traffic through Istio Gateway

I can route HTTP traffic (e.g. Elasticsearch and various dashboards) through Istio Gateway, but I can't get raw TCP traffic through. I have two examples below (postgres and redpanda). I have no trouble accessing the underlying services…
Minsky
  • 473
  • 2
  • 7
  • 18
0
votes
1 answer

How to connect Redpanda cluster and topic to Redpanda Schema Registry?

I am trying to connect a running redpanda kafka cluster to a redpanda schema registry, so that the schema registry verifies incoming messages to the topic, and/or messages being read from the topic. I am able to add a schema to the registry and read…
0
votes
2 answers

Quarkus 2.0 dev mode running tests with kafka dependency

I'm trying to run tests in quarkus:dev mode with some kafka tests. The problem is that the quarkus:dev mode test runner can't start the redpanda kafka container. Is that a know problem or is that currently not possible to do?
kai
  • 1
1
2