Этот коммит содержится в:
Ihar Hancharenka 2024-12-29 17:32:10 +03:00
родитель 223f47a413
Коммит 4c3659cb4d
23 изменённых файлов: 23 добавлений и 8 удалений

Просмотреть файл

@ -1 +1,2 @@
https://t.me/proKafka https://t.me/proKafka
https://softwaremill.com/kafka-visualisation/

Просмотреть файл

@ -1,6 +1,11 @@
2022
https://medium.com/@TimvanBaarsen/apache-kafka-cli-commands-cheat-sheet-a6f06eac01b
? KafkaManager ? KafkaManager
https://github.com/yahoo/CMAK
kafka-topic.sh kafka-topic.sh
https://habr.com/ru/companies/slurm/articles/719540/
most topic operations most topic operations
kafka-config.sh kafka-config.sh
config changes config changes

Просмотреть файл

@ -0,0 +1,3 @@
https://github.com/birdayz/kaf
https://github.com/birdayz/kaf/blob/master/examples/sasl_ssl_custom_ca.yaml
https://github.com/birdayz/kaf/blob/master/examples/sasl_ssl_scram.yaml

Просмотреть файл

@ -1 +0,0 @@
https://www.conduktor.io/

Просмотреть файл

@ -0,0 +1,2 @@
https://github.com/epam/eco-kafka-manager
https://mvnrepository.com/artifact/com.epam.eco.kafkamanager/kafka-manager-parent

Просмотреть файл

@ -0,0 +1,2 @@
KafkaManager
https://github.com/yahoo/CMAK

Просмотреть файл

@ -1 +0,0 @@
https://github.com/birdayz/kaf

Просмотреть файл

@ -1 +0,0 @@
https://github.com/SourceLabOrg/kafka-webview

Просмотреть файл

@ -1 +0,0 @@
https://github.com/edenhill/kafkacat

Просмотреть файл

@ -0,0 +1,10 @@
https://github.com/sauljabin/kaskade
https://github.com/sauljabin/kaskade/blob/main/kaskade/main.py
docker run --rm -it sauljabin/kaskade:latest
kaskade admin -b ${BOOTSTRAP_SERVERS} \
-c security.protocol=SASL_SSL \
-c sasl.mechanism=PLAIN \
-c sasl.username=${CLUSTER_API_KEY} \
-c sasl.password=${CLUSTER_API_SECRET}

Просмотреть файл

@ -1 +0,0 @@
https://eng.uber.com/ureplicator/

Просмотреть файл

@ -1,2 +0,0 @@
2022
https://www.47deg.com/blog/tools-and-tips-for-visualizing-kafka-messages/

Просмотреть файл

@ -1 +0,0 @@
https://softwaremill.com/kafka-visualisation/