mirror of
				https://github.com/Telecominfraproject/wlan-cloud-lib-cppkafka.git
				synced 2025-10-31 18:47:48 +00:00 
			
		
		
		
	Allow getting option values providing a template type
This commit is contained in:
		| @@ -65,6 +65,14 @@ public: | ||||
|     ConfigOptionNotFound(const std::string& config_name); | ||||
| }; | ||||
|  | ||||
| /**  | ||||
|  * Indicates a configuration option value could not be converted to a specified type | ||||
|  */ | ||||
| class CPPKAFKA_API InvalidConfigOptionType : public Exception { | ||||
| public: | ||||
|     InvalidConfigOptionType(const std::string& config_name, const std::string& type); | ||||
| }; | ||||
|  | ||||
| /** | ||||
|  * A generic rdkafka handle error | ||||
|  */ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Matias Fontanini
					Matias Fontanini