我想在响应失败后立即停止我的invokehttp处理器,是否可以通过另一个inovokehttp处理器来实现?我已阅读此解决方案: How to stop the single processor in nifi1.1.0 using rest api。 我已经尝试通过此链接 http://localhost:8080/nifi-api/processors/ea5db028-015d-1000-5ad5-80fd006dda92在我的另一个invokehttp处理器(连接到具有故障连接的前一个处理器)中使用put请求但是它不起作用()我将需要生成带有相关代码的flowfile:
{
"status": {
"runStatus": "STOPPED"
},
"component": {
"state": "STOPPED",
"id": "9204b68d-0159-1000-7d8f-720592b2a2dd"
},
"id": "9204b68d-0159-1000-7d8f-720592b2a2dd",
"revision": {
"version": 10,
"clientId": "ab010dd6-0159-1000-615b-f095502a7ceb"
}
}
或者还有另一种方式(实际上我还不了解如何在flowfile中使用这个代码)