改名
This commit is contained in:
+1
-1
@@ -60,7 +60,7 @@ class Producer extends Component
|
|||||||
*/
|
*/
|
||||||
public function setAck(bool $value)
|
public function setAck(bool $value)
|
||||||
{
|
{
|
||||||
$this->topicConf->set('request.required.acks', (int)$value);
|
$this->topicConf->set('request.required.acks', (string)$value);
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user