Coder Social home page Coder Social logo

Comments (4)

mateusjunges avatar mateusjunges commented on June 11, 2024

Hey 👋 the documentation contains a class structure page, which explains how you can put everything together.

Where do I put this code? (In Laravel console command? a controller?)

Basically, a kafka consumer is a laravel console command.

How this package is listening the arriving messages. I mean, kafka will send an HTTPS request to all subscriber. How this laravel handles this request and send the request to this package, to be consumed?

Kafka will push the message to the broker, and the message will be pulled from the broker by a kafka consumer, which you will create and put in a laravel command.

Related to previous question: what is the purpose of the function of stop listening after last message? Which is the last message of pub/sub pattern?

You can use this when reading a topic from the begining (a topic that already has other messages). As soon as you reach the last message in that topic, the consumer should stop itself.

from laravel-kafka.

giacomomasseron avatar giacomomasseron commented on June 11, 2024

@mateusjunges thanks for your answer, I have a little bit of doubt left:

How this package is listening the arriving messages. I mean, kafka will send an HTTPS request to all subscriber. How this laravel handles this request and send the request to this package, to be consumed?

Kafka will push the message to the broker, and the message will be pulled from the broker by a kafka consumer, which you will create and put in a laravel command.

You need a laravel command always in listening, right?

Something like:

php artisan start-my-kafka-consumer

that never stops, always active.

from laravel-kafka.

mateusjunges avatar mateusjunges commented on June 11, 2024

Yes, that's correct. I use supervisor to make sure that my consumer is always up and running.

from laravel-kafka.

mateusjunges avatar mateusjunges commented on June 11, 2024

Closing this for now, feel free to @ mention me if you still have questions.

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.