Member since
07-12-2017
9
Posts
1
Kudos Received
0
Solutions
09-11-2018
08:02 PM
@Rajkumar Singh Can we override these value in PublishKafka processor instead of making change at broker/producer level? If no, then why this "PublishKafka_0_10 1.5.0.3.1.0.0-564" processor in NiFi has field "Max Request Size" which allow us to modify. Default value of this field is 1MB. Thanks!
... View more
07-18-2018
08:26 PM
1 Kudo
Thank you @Matt Clarke to give detailed answer! It really helped me to understand the use of "container queue size" configuration. Though one more question I have. Is there a way, I can find, how many queue are being created? This would help me to determine queue size needed for my application. Thanks for your help! Regards Shailendra
... View more
07-17-2018
07:31 PM
I am using HandleHttpRequest processor to ingest my data. In this processor, I configured Container Queue Size property as 30K. Can it cause a heap memory issue? Default value is 50. Also, there is one known issue in HandleHTTPReqeust processor reported here "https://issues.apache.org/jira/browse/NIFI-4959" and fix is available in HDF 3.2. Currently, we are not in state of upgrading our HDF version. Is there any alternative to HandleHTTPRequest processor?
... View more
Labels:
- Labels:
-
Apache NiFi
08-29-2017
02:33 AM
There are two different topic and each topic have 30 partitions and two different producer is producing data in these topics. Also, there are two different kafka consumer but with same group Id. Will it create any problem? Also, how many consumer instance will be created under one group id? Please help me to understand this.
... View more
Labels:
- Labels:
-
Apache Kafka
08-29-2017
02:22 AM
Thank you! It worked for me.
... View more
08-25-2017
07:35 PM
I do not want to send content of incoming flowfile rather I would like set my own response body which will be static.
... View more
08-25-2017
05:58 PM
Currently, I am using HandleHttpResponse processor to set http status code but I also want to send static body. I tried to add property but it is not working. Can anyone help me out with some pointers on what to try?
... View more
Labels:
- Labels:
-
Apache NiFi