We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 895a983 commit acbae75Copy full SHA for acbae75
examples/kafka_producer.cpp
@@ -14,7 +14,6 @@ using std::endl;
14
using cppkafka::Producer;
15
using cppkafka::Configuration;
16
using cppkafka::Topic;
17
-using cppkafka::Partition;
18
using cppkafka::MessageBuilder;
19
20
namespace po = boost::program_options;
include/cppkafka/producer.h
@@ -42,7 +42,6 @@ namespace cppkafka {
42
43
class Topic;
44
class Buffer;
45
-class Partition;
46
class TopicConfiguration;
47
48
/**
0 commit comments