Questions tagged [php-rdkafka]

3 questions
1
vote
1 answer

How I can get the last offset in topic from Kafka using php library?

I'm using php-rdkafka library to write a Kafka consumer for API project. I need to find the last offset in topic and get value from it for further processing. For example, the last offset in topic = 5, then I need to get offset 5 and send it through…
Anton
  • 23
  • 4
0
votes
2 answers

how we prevent reading the next offset if the previous offset has not been committed yet in kafka - High Level Consumer

I'm new in kafka. Now, i'm trying to commit kafka message explicitly like if my all mysql operation successful then i'll commit the record but kafka reads next offset if the previous offset has not been committed yet. Codes are following: `$conf =…
Anuj
  • 15
  • 5
0
votes
0 answers

Class 'RdKafka\\Conf' not found in Laravel

I encounter an error using https://github.com/arnaud-lb/php-rdkafka I followed the installation but still encounter an error using the class. Installation process: - sudo apt install php-pear - sudo apt-get install -y librdkafka-dev - sudo pecl…
Kenneth
  • 2,813
  • 3
  • 22
  • 46