You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							10 lines
						
					
					
						
							190 B
						
					
					
				
			
		
		
		
			
			
			
		
		
	
	
							10 lines
						
					
					
						
							190 B
						
					
					
				
								module simple-consumer
							 | 
						|
								
							 | 
						|
								go 1.21
							 | 
						|
								
							 | 
						|
								require github.com/segmentio/kafka-go v0.4.47
							 | 
						|
								
							 | 
						|
								require (
							 | 
						|
									github.com/klauspost/compress v1.17.0 // indirect
							 | 
						|
									github.com/pierrec/lz4/v4 v4.1.15 // indirect
							 | 
						|
								)
							 |