__construct
public function __construct(string $topicName, int $partition, int $offset = 0) {}
Create new topic partition instance
$topicPartition = new SimpleKafkaClient\TopicPartiton('test-topic', 0);
public function __construct(string $topicName, int $partition, int $offset = 0) {}
Create new topic partition instance
$topicPartition = new SimpleKafkaClient\TopicPartiton('test-topic', 0);