mirror of
				https://github.com/Telecominfraproject/wlan-cloud-ucentralsec.git
				synced 2025-10-31 02:37:56 +00:00 
			
		
		
		
	Framework update.
This commit is contained in:
		| @@ -4124,9 +4124,7 @@ namespace OpenWifi { | ||||
| 	inline void KafkaProducer::run() { | ||||
| 	    cppkafka::Configuration Config({ | ||||
|             { "client.id", MicroService::instance().ConfigGetString("openwifi.kafka.client.id") }, | ||||
|             { "metadata.broker.list", MicroService::instance().ConfigGetString("openwifi.kafka.brokerlist") }, | ||||
|             { "reconnect.backoff.max.ms", 5000 }, | ||||
|             { "reconnect.backoff.ms", 100 } | ||||
|             { "metadata.broker.list", MicroService::instance().ConfigGetString("openwifi.kafka.brokerlist") } | ||||
| 	    }); | ||||
|  | ||||
| 		AddKafkaSecurity(Config); | ||||
| @@ -4166,9 +4164,7 @@ namespace OpenWifi { | ||||
| 	        { "group.id", MicroService::instance().ConfigGetString("openwifi.kafka.group.id") }, | ||||
| 	        { "enable.auto.commit", MicroService::instance().ConfigGetBool("openwifi.kafka.auto.commit",false) }, | ||||
| 	        { "auto.offset.reset", "latest" } , | ||||
| 	        { "enable.partition.eof", false }, | ||||
|             { "reconnect.backoff.max.ms", 5000 }, | ||||
|             { "reconnect.backoff.ms", 100 } | ||||
| 	        { "enable.partition.eof", false } | ||||
| 	    }); | ||||
|  | ||||
| 		AddKafkaSecurity(Config); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 stephb9959
					stephb9959