Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
594 views
in Technique[技术] by (71.8m points)

python端口的订阅函数subscribe是否没有batchSize功能?如果想实现类似的功能,该如何写?

您好, 在编写的过程中发现,在原始的subscribe订阅函数中有batchSize参数,尝试在python端好像没有,如果我想实现如原始函数那样在python端对更新数据进行批处理,即在到发布端更新数据的数量到一定的batchSize后再在python端进行处理,该如何实现呢?谢谢!


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

python api订阅函数目前还不支持batchSize,我们分析一下可行性,可行的话开发一下。


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...