Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple kafka broker connections #210

Closed

Commits on Jul 14, 2023

  1. Configuration menu
    Copy the full SHA
    2af5ab0 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Fixed producer issue not using the same logic with different kafka co…

    …nnections as the consumer
    Stefan Bumbea committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    fa576e4 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Fixes on untested cases. ProducerBuilder should be able to receive bo…

    …th array and string types for broker and for the consumer we should also treat the case when we don't have the broker connection specified and it's an array of brokers
    Stefan Bumbea committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    7c3c571 View commit details
    Browse the repository at this point in the history
  2. When establishing the default connection we should use a new env para…

    …meter, similar to how databases/mail/etc. work in laravel
    Stefan Bumbea committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    2fe8733 View commit details
    Browse the repository at this point in the history
  3. Added the new kafka configuration parameters to the KafkaConsumerComm…

    …and class
    Stefan Bumbea committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    661f309 View commit details
    Browse the repository at this point in the history
  4. Added further explanation to the new command parameter

    Stefan Bumbea committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    c660d3b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7c441e3 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Configuration menu
    Copy the full SHA
    ef8c752 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Updated logic to also take into account that different connections ca…

    …n have different connection parameters as well
    Stefan Bumbea committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    22b1f96 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. On consume we should update the ssl and security protocol based on th…

    …e connection provided
    Stefan Bumbea committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    c9f88a3 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. Request changes

    SergkeiM committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    8a0c5a7 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Merge pull request #1 from SergkeiM/requested-changes

    Request changes
    stefanovik authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    8204f14 View commit details
    Browse the repository at this point in the history