mirror of
				https://github.com/Telecominfraproject/wlan-cloud-lib-cppkafka.git
				synced 2025-10-31 18:47:48 +00:00 
			
		
		
		
	Allow getting config options and add multiple overloads for set
This commit is contained in:
		| @@ -21,6 +21,11 @@ public: | ||||
|     ConfigException(const std::string& config_name, const std::string& error); | ||||
| }; | ||||
|  | ||||
| class ConfigOptionNotFound : public Exception { | ||||
| public: | ||||
|     ConfigOptionNotFound(const std::string& config_name); | ||||
| }; | ||||
|  | ||||
| class HandleException : public Exception { | ||||
| public: | ||||
|     HandleException(rd_kafka_resp_err_t error_code); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Matias Fontanini
					Matias Fontanini