提交 4094d451 编写于 作者: B Brian Candler 提交者: xiaolong.ran

Python API: fix reader_listener option (#5487)

Fixes #5484

(cherry picked from commit 6df7cec6)
上级 153d190a
......@@ -156,7 +156,7 @@ void export_config() {
;
class_<ReaderConfiguration>("ReaderConfiguration")
.def("message_listener", &ReaderConfiguration_setReaderListener, return_self<>())
.def("reader_listener", &ReaderConfiguration_setReaderListener, return_self<>())
.def("schema", &ReaderConfiguration::getSchema, return_value_policy<copy_const_reference>())
.def("schema", &ReaderConfiguration::setSchema, return_self<>())
.def("receiver_queue_size", &ReaderConfiguration::getReceiverQueueSize)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册