php-rdkafka | Production-ready , stable Kafka client for PHP | Pub Sub library

 by   arnaud-lb C Version: 6.0.3 License: MIT

kandi X-RAY | php-rdkafka Summary

kandi X-RAY | php-rdkafka Summary

php-rdkafka is a C library typically used in Messaging, Pub Sub, Kafka applications. php-rdkafka has no bugs, it has no vulnerabilities, it has a Permissive License and it has medium support. You can download it from GitHub.

Production-ready, stable Kafka client for PHP
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              php-rdkafka has a medium active ecosystem.
              It has 1900 star(s) with 258 fork(s). There are 77 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 25 open issues and 315 have been closed. On average issues are closed in 42 days. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of php-rdkafka is 6.0.3

            kandi-Quality Quality

              php-rdkafka has 0 bugs and 0 code smells.

            kandi-Security Security

              php-rdkafka has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              php-rdkafka code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              php-rdkafka is licensed under the MIT License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              php-rdkafka releases are available to install and integrate.
              Installation instructions, examples and code snippets are available.
              It has 869 lines of code, 114 functions and 16 files.
              It has low code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of php-rdkafka
            Get all kandi verified functions for this library.

            php-rdkafka Key Features

            No Key Features are available at this moment for php-rdkafka.

            php-rdkafka Examples and Code Snippets

            No Code Snippets are available at this moment for php-rdkafka.

            Community Discussions

            QUESTION

            PHPRdfKafka instead of creating new topic how to produce into existing topic
            Asked 2020-Jul-14 at 07:58

            A quick question, I'm venturing into Kafka using php-rdkafka ( https://github.com/arnaud-lb/php-rdkafka ).

            I went through the documentation and i can't find the syntax to produce into existing topic unless the syntax newTopic will insert to the existing topic which i doubt. I keep on getting Java error thrown and i'm not good debugging Java error. I'm seeking help from those who has been using the framework , is it a correct syntax? Please advice

            ...

            ANSWER

            Answered 2020-Jul-14 at 07:58

            As per discussion with the developer,

            The following syntax can be used to create new topic and add the data to the following/existing topic

            Source https://stackoverflow.com/questions/62498560

            QUESTION

            How does RD_KAFKA_PARTITION_UA work in librdkafka?
            Asked 2020-Jun-16 at 07:42

            I have a producer in php which publishes to queue. I am using php-rdkafka library for the same.

            Following is the code:

            ...

            ANSWER

            Answered 2020-Jun-12 at 11:11

            https://github.com/arnaud-lb/php-rdkafka uses librdkafka underneath which is a C based Kafka library.

            As per the docs RD_KAFKA_PARTITION_UA is for using automatic partitioning using the topic's partitioner function or you can pass the exact partition number instead of RD_KAFKA_PARTITION_UA to force a partition.

            Or you call $conf->setPartitioner(RD_KAFKA_MSG_PARTITIONER_RANDOM); for enabling random partitioner function. Here's the list of possible constants for setPartitioner

            Source https://stackoverflow.com/questions/62304074

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install php-rdkafka

            You can download it from GitHub.

            Support

            https://arnaud-lb.github.io/php-rdkafka-doc/phpdoc/book.rdkafka.html The source of the documentation can be found here.
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/arnaud-lb/php-rdkafka.git

          • CLI

            gh repo clone arnaud-lb/php-rdkafka

          • sshUrl

            git@github.com:arnaud-lb/php-rdkafka.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Explore Related Topics

            Consider Popular Pub Sub Libraries

            EventBus

            by greenrobot

            kafka

            by apache

            celery

            by celery

            rocketmq

            by apache

            pulsar

            by apache

            Try Top Libraries by arnaud-lb

            php-memory-profiler

            by arnaud-lbC

            MtHaml

            by arnaud-lbPHP

            php-go

            by arnaud-lbC

            MtHamlBundle

            by arnaud-lbPHP

            imagesize.js

            by arnaud-lbJavaScript