Skip to content
This repository was archived by the owner on Nov 24, 2020. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/Kafka/Consumer/KafkaConsumerBuilderInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,10 @@ public function withDecoder(DecoderInterface $decoder): self;
/**
* Callback for log related events
*
* @param callable $consumeCallback
* @param callable $logCallback
* @return KafkaConsumerBuilderInterface
*/
public function withLogCallback(callable $consumeCallback): KafkaConsumerBuilderInterface;
public function withLogCallback(callable $logCallback): KafkaConsumerBuilderInterface;

/**
* Returns your consumer instance
Expand Down