-
-
Notifications
You must be signed in to change notification settings - Fork 273
Open
Labels
Description
Each time PHP script gets executed, a new instance is created of Kafka. It would be nice if there was some way of keeping the connection persistent and not having to fetch meta data for each request being made. This is especially helpful in case of web services with php-fpm and nginx to avoid latencies due to meta data fetch.
Instead of creating a new topic object each time, it would reuse the same topic object across script invocations.
arnaud-lb, BetterCallJohn, vixns, dgafka, boycetien and 18 more