Giter VIP home page Giter VIP logo

Comments (9)

maquib12 avatar maquib12 commented on August 21, 2024 1

@mateusjunges thanks for help

from laravel-kafka.

mateusjunges avatar mateusjunges commented on August 21, 2024

Hey @maquib does the laravel.log file shows the received message?

from laravel-kafka.

maquib12 avatar maquib12 commented on August 21, 2024

Hi @mateusjunges Yes laravel.log file shows the received message.

from laravel-kafka.

rtuin avatar rtuin commented on August 21, 2024

@maquib at first glance this does not relate to laravel-kafka.
Can you elaborate on your question/situation? What exactly do you expect your code to do, what is actually happening, and what is the minimum amount of code that you need to reproduce this issue?

from laravel-kafka.

maquib12 avatar maquib12 commented on August 21, 2024

@rtuin actually I am doing produce message and consume message. I have done produce message but If I do consume message and store message into database then nothing happen

from laravel-kafka.

mateusjunges avatar mateusjunges commented on August 21, 2024

As @rtuin said, if your message appears in logs, then it's not related to this package. I'll gladly help you, but in order to do this, i need to be able to reproduce your issue.

from laravel-kafka.

maquib12 avatar maquib12 commented on August 21, 2024

@AarifAbdal

 public function handle(): void
{
    $consumer = Kafka::createConsumer()
        ->subscribe('test-topic')
        ->withHandler(new TestHandler)
        ->withAutoCommit()
        ->withConsumerGroupId('test-consumer')
        ->build();

    $consumer->consume();
}

from laravel-kafka.

mateusjunges avatar mateusjunges commented on August 21, 2024

Hey @maquib i still can't reproduce your issue. I'm closing this because it's definetely not related to this package.

from laravel-kafka.

maquib12 avatar maquib12 commented on August 21, 2024

@mateusjunges issue resolved

from laravel-kafka.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.