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
All configuration parameters passed to librdkafka should be strings.
Failure to do so results in:
```
TypeError : RdKafka\Conf::set() expects parameter 2 to be string, integer given
```
0 commit comments