We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8262f8 commit 87d95beCopy full SHA for 87d95be
1 file changed
src/protocol/KafkaMessage.h
@@ -60,7 +60,7 @@ class KafkaMessage : public ProtocolMessage
60
void set_api_version(int ver) { this->api_version = ver; }
61
int get_api_version() const { return this->api_version; }
62
63
- void set_correlation_id(int id) { this-> correlation_id = id; }
+ void set_correlation_id(int id) { this->correlation_id = id; }
64
int get_correlation_id() const { return this->correlation_id; }
65
66
void set_config(const KafkaConfig& conf)
0 commit comments