简体   繁体   English

URL访问队列的作业/工作队列

[英]Job / Work Queue for URL access queue

Is there any Job or Work queue server that can be used to handle these parameters: 是否有任何作业或工作队列服务器可用于处理以下参数:

  1. Queue a HTTP call to external URL with Form parameters (HTTP Post to URL) 使用表单参数将对外部U​​RL的HTTP调用排队(HTTP投递到URL)
  2. The external URL will respond HTTP response, 200, 404, 400 etc, if response is in form of error non-200-ish response it will retry for a certain number of retry and will retire as needed 外部URL将响应HTTP响应,200、404、400等,如果响应采用错误非200格式响应的形式,它将重试一定次数的重试并根据需要退出
  3. Something that can be used in a Java application through REST API call to Job / Work server or through SDK (Library) if available 可以通过对作业/工作服务器的REST API调用或通过SDK(库)在Java应用程序中使用的东西(如果有)

I think there should be something for this, but click here and read about Apache Kafka , I think this can solve your problem. 我认为应该对此有所帮助,但是请单击此处并阅读有关Apache Kafka的信息 ,我认为这可以解决您的问题。 Still I am not sure if you should use it for this requirement. 我仍然不确定您是否应该将其用于此要求。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM