httpMethod=GET&bridgeEndpoint=true&socketTimeout=10000&throwExceptionOnFailure=false"/>
我在IntelliJ IDEA中得到了一个socketTimeout is a custom option that is not part of the Camel component警告。实际上,在中,我在组件选项中看到
我试图在mongodb中进行查询,在那里我不知道从一开始有多少变量。您将得到一个包含变量(字符串)的数组,然后mongo应该通过$or操作符返回,因此没有重复。,但我不知道如何使它在mongo中工作,并将结果返回给数组。我正在使用pymongo,如果可以使用字符串作为完整的查询,我就不使用它。在sql中,我可以将整个“查询”作为字符串"SELECT * FROM ...",而pymongo需要:在