mirror of
				https://github.com/Telecominfraproject/wlan-cloud-lib-cppkafka.git
				synced 2025-11-04 04:27:48 +00:00 
			
		
		
		
	Add examples
This commit is contained in:
		@@ -92,6 +92,11 @@ public:
 | 
			
		||||
     */
 | 
			
		||||
    size_t get_size() const;
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * Checks whether this is a non empty buffer
 | 
			
		||||
     */
 | 
			
		||||
    explicit operator bool() const;
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * Converts the contents of the buffer into a string
 | 
			
		||||
     */
 | 
			
		||||
 
 | 
			
		||||
@@ -84,6 +84,11 @@ public:
 | 
			
		||||
     */
 | 
			
		||||
    rd_kafka_resp_err_t get_error() const;
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * Gets the error as a string
 | 
			
		||||
     */
 | 
			
		||||
    std::string get_error_string() const;    
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * Gets the topic that this message belongs to
 | 
			
		||||
     */
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user