-
-
Notifications
You must be signed in to change notification settings - Fork 81
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
Commits on Jul 14, 2023
-
Added the option for specifying multiple broker connections
Stefan Bumbea committedJul 14, 2023 Configuration menu - View commit details
-
Copy full SHA for 2af5ab0 - Browse repository at this point
Copy the full SHA 2af5ab0View commit details
Commits on Jul 17, 2023
-
Fixed producer issue not using the same logic with different kafka co…
…nnections as the consumer
Stefan Bumbea committedJul 17, 2023 Configuration menu - View commit details
-
Copy full SHA for fa576e4 - Browse repository at this point
Copy the full SHA fa576e4View commit details
Commits on Jul 18, 2023
-
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 committedJul 18, 2023 Configuration menu - View commit details
-
Copy full SHA for 7c3c571 - Browse repository at this point
Copy the full SHA 7c3c571View commit details -
When establishing the default connection we should use a new env para…
…meter, similar to how databases/mail/etc. work in laravel
Stefan Bumbea committedJul 18, 2023 Configuration menu - View commit details
-
Copy full SHA for 2fe8733 - Browse repository at this point
Copy the full SHA 2fe8733View commit details -
Added the new kafka configuration parameters to the KafkaConsumerComm…
…and class
Stefan Bumbea committedJul 18, 2023 Configuration menu - View commit details
-
Copy full SHA for 661f309 - Browse repository at this point
Copy the full SHA 661f309View commit details -
Added further explanation to the new command parameter
Stefan Bumbea committedJul 18, 2023 Configuration menu - View commit details
-
Copy full SHA for c660d3b - Browse repository at this point
Copy the full SHA c660d3bView commit details -
Added backwards compatibility with old versions of kafka.php
Stefan Bumbea committedJul 18, 2023 Configuration menu - View commit details
-
Copy full SHA for 7c441e3 - Browse repository at this point
Copy the full SHA 7c441e3View commit details
Commits on Jul 28, 2023
-
Added test cases and fixed a bug, when calling the wrong attribute
Stefan Bumbea committedJul 28, 2023 Configuration menu - View commit details
-
Copy full SHA for ef8c752 - Browse repository at this point
Copy the full SHA ef8c752View commit details
Commits on Jul 31, 2023
-
Updated logic to also take into account that different connections ca…
…n have different connection parameters as well
Stefan Bumbea committedJul 31, 2023 Configuration menu - View commit details
-
Copy full SHA for 22b1f96 - Browse repository at this point
Copy the full SHA 22b1f96View commit details
Commits on Aug 1, 2023
-
On consume we should update the ssl and security protocol based on th…
…e connection provided
Stefan Bumbea committedAug 1, 2023 Configuration menu - View commit details
-
Copy full SHA for c9f88a3 - Browse repository at this point
Copy the full SHA c9f88a3View commit details
Commits on Aug 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8a0c5a7 - Browse repository at this point
Copy the full SHA 8a0c5a7View commit details
Commits on Aug 29, 2023
-
Merge pull request #1 from SergkeiM/requested-changes
Request changes
Configuration menu - View commit details
-
Copy full SHA for 8204f14 - Browse repository at this point
Copy the full SHA 8204f14View commit details