Confluent's Apache Kafka Golang client
-
Updated
Sep 23, 2021 - Go
Add replicas field in partitions table at topic overview page.
We can get list of replicas from topic request endpoint: /clusters/{clusterName}/topics/{topicName}
{
"name": "name",
"internal": true,
"partitions": [
{
"partition": 0,
"leader": 2,
"replicas": [
{
"broker": 2,
Add a description, image, and links to the confluent topic page so that developers can more easily learn about it.
To associate your repository with the confluent topic, visit your repo's landing page and select "manage topics."
The title might seem a bit vague but I don't know how to describe it any better tbh :-)
Anyway this is what happened: I got some 500 responses from the schema registry and all I could see in the logs was :
The logs di