19 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Bash
		
	
	
	
	
	
TB_QUEUE_TYPE=kafka
 | 
						|
 | 
						|
TB_KAFKA_SERVERS=confluent.cloud:9092
 | 
						|
TB_QUEUE_KAFKA_REPLICATION_FACTOR=3
 | 
						|
 | 
						|
TB_QUEUE_KAFKA_USE_CONFLUENT_CLOUD=true
 | 
						|
TB_QUEUE_KAFKA_CONFLUENT_SSL_ALGORITHM=https
 | 
						|
TB_QUEUE_KAFKA_CONFLUENT_SASL_MECHANISM=PLAIN
 | 
						|
TB_QUEUE_KAFKA_CONFLUENT_SASL_JAAS_CONFIG=org.apache.kafka.common.security.plain.PlainLoginModule required username="CLUSTER_API_KEY" password="CLUSTER_API_SECRET";
 | 
						|
TB_QUEUE_KAFKA_CONFLUENT_SECURITY_PROTOCOL=SASL_SSL
 | 
						|
TB_QUEUE_KAFKA_CONFLUENT_USERNAME=CLUSTER_API_KEY
 | 
						|
TB_QUEUE_KAFKA_CONFLUENT_PASSWORD=CLUSTER_API_SECRET
 | 
						|
 | 
						|
TB_QUEUE_KAFKA_RE_TOPIC_PROPERTIES=retention.ms:604800000;segment.bytes:52428800;retention.bytes:1048576000
 | 
						|
TB_QUEUE_KAFKA_CORE_TOPIC_PROPERTIES=retention.ms:604800000;segment.bytes:52428800;retention.bytes:1048576000
 | 
						|
TB_QUEUE_KAFKA_TA_TOPIC_PROPERTIES=retention.ms:604800000;segment.bytes:52428800;retention.bytes:1048576000
 | 
						|
TB_QUEUE_KAFKA_NOTIFICATIONS_TOPIC_PROPERTIES=retention.ms:604800000;segment.bytes:52428800;retention.bytes:1048576000
 | 
						|
TB_QUEUE_KAFKA_JE_TOPIC_PROPERTIES=retention.ms:86400000;segment.bytes:52428800;retention.bytes:104857600
 |