We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b7622c commit 32a6915Copy full SHA for 32a6915
RdKafkaConnectionFactory.php
@@ -44,7 +44,7 @@ public function __construct($config = 'kafka:')
44
throw new \LogicException('The config must be either an array of options, a DSN string or null');
45
}
46
47
- $this->config = array_replace($this->defaultConfig(), $config);
+ $this->config = array_replace_recursive($this->defaultConfig(), $config);
48
49
50
/**
0 commit comments