зеркало из
				https://github.com/iharh/notes.git
				synced 2025-10-31 21:56:08 +02:00 
			
		
		
		
	m
Этот коммит содержится в:
		
							родитель
							
								
									4c3659cb4d
								
							
						
					
					
						Коммит
						2bc354a13f
					
				| @ -1,9 +1,4 @@ | |||||||
| klyosov | kc - 76 of ... | ||||||
|     https://nday.club/video/kartina-mira-s-tochki-zreniya-molekulyarnoy-istorii |  | ||||||
| zhukov |  | ||||||
|     https://www.youtube.com/watch?v=4lP-eYMlBEg |  | ||||||
| foma |  | ||||||
|     https://www.youtube.com/watch?v=w37mZiiYaMA |  | ||||||
| 
 | 
 | ||||||
| Harrison - MongoDB 117 of 360 | Harrison - MongoDB 117 of 360 | ||||||
| 
 | 
 | ||||||
|  | |||||||
							
								
								
									
										2
									
								
								pl/cross/messaging/kafka/features/config/config.txt
									
									
									
									
									
										Обычный файл
									
								
							
							
						
						
									
										2
									
								
								pl/cross/messaging/kafka/features/config/config.txt
									
									
									
									
									
										Обычный файл
									
								
							| @ -0,0 +1,2 @@ | |||||||
|  | https://kafka.apache.org/documentation/#producerconfigs | ||||||
|  | https://kafka.apache.org/documentation/#consumerconfigs | ||||||
| @ -1,6 +1,16 @@ | |||||||
|  | https://github.com/apache/kafka/tree/trunk/tools/src/main/java/org/apache/kafka/tools | ||||||
|  | https://github.com/apache/kafka/blob/trunk/tools/src/main/java/org/apache/kafka/tools/GetOffsetShell.java | ||||||
|  | https://github.com/apache/kafka/blob/trunk/tools/src/main/java/org/apache/kafka/tools/DeleteRecordsCommand.java | ||||||
|  | 
 | ||||||
|  | 2023 | ||||||
|  | https://lukianovihor.medium.com/kafka-cli-basic-commands-bb55449d1cb0 | ||||||
| 2022 | 2022 | ||||||
| https://medium.com/@TimvanBaarsen/apache-kafka-cli-commands-cheat-sheet-a6f06eac01b | https://medium.com/@TimvanBaarsen/apache-kafka-cli-commands-cheat-sheet-a6f06eac01b | ||||||
| 
 | 
 | ||||||
|  | https://docs.confluent.io/kafka/operations-tools/kafka-tools.html | ||||||
|  | https://github.com/confluentinc/kafka/blob/master/bin/kafka-run-class.sh | ||||||
|  | https://github.com/apache/kafka/tree/trunk/bin | ||||||
|  | 
 | ||||||
| ? KafkaManager | ? KafkaManager | ||||||
| https://github.com/yahoo/CMAK | https://github.com/yahoo/CMAK | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -2,19 +2,31 @@ https://deviceinsight.github.io/kafkactl/ | |||||||
| https://github.com/deviceinsight/kafkactl | https://github.com/deviceinsight/kafkactl | ||||||
| https://snapcraft.io/kafkactl | https://snapcraft.io/kafkactl | ||||||
| 
 | 
 | ||||||
|  | mise/kafkactl | ||||||
| GOBIN=/home/iharh/bin go install github.com/deviceinsight/kafkactl@latest | GOBIN=/home/iharh/bin go install github.com/deviceinsight/kafkactl@latest | ||||||
| sudo mv bin/kafkactl /usr/local/bin | sudo mv bin/kafkactl /usr/local/bin | ||||||
| 
 | 
 | ||||||
| kafkactl | kafkactl | ||||||
|     create |   create | ||||||
|         topic <name> |     topic <name> | ||||||
|             --help |       --help | ||||||
|             -p, --partitions |       -p, --partitions | ||||||
|                 default 1 |         default 1 | ||||||
|     list |   list | ||||||
|         topics |     topics | ||||||
| 
 | 
 | ||||||
|     describe |   describe | ||||||
|         topic <name> |     topic <name> | ||||||
| 
 | 
 | ||||||
| kafkactl create topic -p 5 iharh-63747 |   consume  | ||||||
|  |       <topic>  -k -t --print-headers --tail 3 | ||||||
|  | 
 | ||||||
|  | ~/.config/kafkactl/config.yml | ||||||
|  |     tls: | ||||||
|  |       enabled: true | ||||||
|  |       insecure: true | ||||||
|  |     sasl: | ||||||
|  |       enabled: true | ||||||
|  |       mechanism: scram-sha512 | ||||||
|  |       username:  | ||||||
|  |       password:  | ||||||
|  | |||||||
							
								
								
									
										1
									
								
								pl/cross/messaging/kafka/tools/client/cli/go/kcl.txt
									
									
									
									
									
										Обычный файл
									
								
							
							
						
						
									
										1
									
								
								pl/cross/messaging/kafka/tools/client/cli/go/kcl.txt
									
									
									
									
									
										Обычный файл
									
								
							| @ -0,0 +1 @@ | |||||||
|  | https://github.com/twmb/kcl/ | ||||||
| @ -1,4 +1,10 @@ | |||||||
| https://github.com/edenhill/kcat | https://github.com/edenhill/kcat | ||||||
|  |     no means to reset offsets | ||||||
|  | 
 | ||||||
|  | https://codingharbour.com/kafkacat-cheatsheet/ | ||||||
|  | https://codingharbour.com/apache-kafka/learn-how-to-use-kafkacat-the-most-versatile-cli-client/ | ||||||
|  | 
 | ||||||
|  | 2018 | ||||||
| https://rmoff.net/2018/08/02/kafka-listeners-explained/ | https://rmoff.net/2018/08/02/kafka-listeners-explained/ | ||||||
| 
 | 
 | ||||||
| docker run --rm --network=host edenhill/kafkacat:1.5.0 kafkacat -b localhost:29092 -L | docker run --rm --network=host edenhill/kafkacat:1.5.0 kafkacat -b localhost:29092 -L | ||||||
|  | |||||||
| @ -1,2 +1,5 @@ | |||||||
| https://akhq.io | https://akhq.io | ||||||
|  | https://github.com/tchiotludo/akhq | ||||||
|  | 
 | ||||||
| https://akhq.io/docs | https://akhq.io/docs | ||||||
|  | https://akhq.io/docs/installation.html | ||||||
|  | |||||||
| @ -1 +1,3 @@ | |||||||
| https://github.com/obsidiandynamics/kafdrop | https://github.com/obsidiandynamics/kafdrop | ||||||
|  | 
 | ||||||
|  | with nginx | ||||||
|  | |||||||
							
								
								
									
										4
									
								
								pl/cross/messaging/kafka/tools/client/gui/kouncil.txt
									
									
									
									
									
										Обычный файл
									
								
							
							
						
						
									
										4
									
								
								pl/cross/messaging/kafka/tools/client/gui/kouncil.txt
									
									
									
									
									
										Обычный файл
									
								
							| @ -0,0 +1,4 @@ | |||||||
|  | https://docs.kouncil.io | ||||||
|  | https://github.com/consdata/kouncil | ||||||
|  | 
 | ||||||
|  | https://docs.kouncil.io/getting-started/features | ||||||
| @ -1,8 +1,16 @@ | |||||||
| https://github.com/provectus/kafka-ui |  | ||||||
| https://github.com/provectus/kafka-ui/blob/master/documentation/compose/kafka-with-zookeeper.yaml |  | ||||||
| 
 |  | ||||||
| https://docs.kafka-ui.provectus.io | https://docs.kafka-ui.provectus.io | ||||||
| https://docs.kafka-ui.provectus.io/configuration/configuration-file | https://docs.kafka-ui.provectus.io/configuration/configuration-file | ||||||
|  | https://docs.kafka-ui.provectus.io/configuration/authentication/sasl_scram | ||||||
|  | https://github.com/provectus/kafka-ui/blob/master/documentation/compose/kafka-ui-sasl.yaml | ||||||
|  | 
 | ||||||
|  | https://github.com/provectus/kafka-ui | ||||||
|  | https://github.com/provectus/kafka-ui/releases | ||||||
|  | 
 | ||||||
|  | https://github.com/provectus/kafka-ui/blob/master/documentation/compose/kafka-with-zookeeper.yaml | ||||||
|  | 
 | ||||||
|  | https://hub.docker.com/r/provectuslabs/kafka-ui/tags | ||||||
|  | 
 | ||||||
|  | https://github.com/provectus/kafka-ui/blob/master/documentation/compose/DOCKER_COMPOSE.md | ||||||
| 
 | 
 | ||||||
| 2023 | 2023 | ||||||
| https://habr.com/ru/articles/753398/ | https://habr.com/ru/articles/753398/ | ||||||
|  | |||||||
							
								
								
									
										1
									
								
								pl/cross/messaging/kafka/tools/client/idea-kafka-client.txt
									
									
									
									
									
										Обычный файл
									
								
							
							
						
						
									
										1
									
								
								pl/cross/messaging/kafka/tools/client/idea-kafka-client.txt
									
									
									
									
									
										Обычный файл
									
								
							| @ -0,0 +1 @@ | |||||||
|  | https://plugins.jetbrains.com/plugin/22284-kafka-client | ||||||
							
								
								
									
										8
									
								
								pl/cross/messaging/kafka/tools/client/track/kouncil.txt
									
									
									
									
									
										Обычный файл
									
								
							
							
						
						
									
										8
									
								
								pl/cross/messaging/kafka/tools/client/track/kouncil.txt
									
									
									
									
									
										Обычный файл
									
								
							| @ -0,0 +1,8 @@ | |||||||
|  | https://github.com/Consdata/kouncil/ | ||||||
|  | 
 | ||||||
|  | https://docs.kouncil.io/getting-started/configuration/ssl-tls-configuration/kafka_cluster | ||||||
|  | 
 | ||||||
|  | https://blog.kouncil.io/ | ||||||
|  | 
 | ||||||
|  | 2021 | ||||||
|  | https://blog.kouncil.io/2021/09/08/kouncil-event-tracking-kafka.html | ||||||
							
								
								
									
										1
									
								
								pl/cross/messaging/kafka/tools/client/vscode-kafka.txt
									
									
									
									
									
										Обычный файл
									
								
							
							
						
						
									
										1
									
								
								pl/cross/messaging/kafka/tools/client/vscode-kafka.txt
									
									
									
									
									
										Обычный файл
									
								
							| @ -0,0 +1 @@ | |||||||
|  | https://marketplace.visualstudio.com/items?itemName=jeppeandersen.vscode-kafka | ||||||
							
								
								
									
										4
									
								
								pl/cross/messaging/kafka/tools/client/zoe.txt
									
									
									
									
									
										Обычный файл
									
								
							
							
						
						
									
										4
									
								
								pl/cross/messaging/kafka/tools/client/zoe.txt
									
									
									
									
									
										Обычный файл
									
								
							| @ -0,0 +1,4 @@ | |||||||
|  | https://adevinta.github.io/zoe | ||||||
|  | https://github.com/adevinta/zoe | ||||||
|  | 
 | ||||||
|  | https://adevinta.github.io/zoe/guides/configuration/guide/ | ||||||
							
								
								
									
										1
									
								
								pl/cross/messaging/kafka/tools/monitoring/burrow.txt
									
									
									
									
									
										Обычный файл
									
								
							
							
						
						
									
										1
									
								
								pl/cross/messaging/kafka/tools/monitoring/burrow.txt
									
									
									
									
									
										Обычный файл
									
								
							| @ -0,0 +1 @@ | |||||||
|  | https://github.com/linkedin/Burrow | ||||||
		Загрузка…
	
	
			
			x
			
			
		
	
		Ссылка в новой задаче
	
	Block a user
	 Ihar Hancharenka
						Ihar Hancharenka