You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In theory, enqueue/rdkafka already supports PHP 8.1 (because of require php: ^7.3|^8.0), but RDKafka extension supports PHP 8.1 in 6.0.0, which is not supported by the package itself (because of ext-rdkafka: ^4.0|^5.0 requirement).