Member since
07-21-2020
29
Posts
5
Kudos Received
3
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1216 | 03-21-2022 05:11 AM | |
4399 | 04-22-2021 12:21 PM | |
1892 | 02-08-2021 11:44 PM |
04-05-2023
01:26 PM
I've used nipyapi package on Windows 10 (64-bit) without any issues. It's a great package for working with Apache NiFi. However, the installation process can be tricky sometimes. Did you try installing the package using Conda? That's usually the easiest way to install packages with dependencies on Windows. If you're still having trouble with the installation, you could try looking for alternative packages. PyNiFi and NiPyApi are similar packages that you could check out. They might work better for your needs. Also, check out reddit windows keys for some more cool options and tips.
... View more
08-06-2022
10:28 AM
1 Kudo
@Jarinek Please check my inline answer to your queries: 1) is it possible to alter compression.type on a kafka topic while having applications on the topic running? >> Yes, we would recommend stopping the producer and then alert compression type as whenever the Kafka broker gets a compressed batch of messages from a producer. It will decompress the data to validate if the compression type is different at the topic level and producer level and if compression is the same from both sides, then it will write directly to the topic/leader partition. 2) What should be expected hard drive saving factor for text records like json (2KB size) and compression.type=gzip. >> You should use and test snappy or lz4 for best speed/compression ratio 3) Does it apply to KafkaMirrorMaker only? >> Yes, as per the screenshot it will apply for the MM only. 4) Are producer and consumer applications somehow affected, when the global parameter changes. >> If you are changing it from the Kafka side, then it should not affect the applications. If you found this response assisted with your query, please take a moment to log in and click on KUDOS 🙂 & ”Accept as Solution" below this post. Thank you.
... View more
03-21-2022
05:11 AM
I have eventually solved the issue. The Writter property "Schema Access Strategy" was misconfigured. It must be set to "Use 'Schema Text' Property" to really apply the given schema .
... View more
03-03-2022
04:27 PM
@Jarinek , This is total volume, in bytes, received from the network by all the brokers across the cluster. Replication traffic is counted by this counter as well. Cheers, André -- Was your question answered? Make sure to mark the answer as the accepted solution. If you find a reply useful, say thanks by clicking on the thumbs up button.
... View more
02-22-2022
11:23 AM
@Jarinek Has the reply helped resolve your issue? If so, please mark the appropriate reply as the solution, as it will make it easier for others to find the answer in the future. If you are still experiencing the issue, can you provide the information @steven-matison has requested?
... View more
12-02-2021
09:11 PM
@Jarinek, Has the reply helped resolve your issue? If so, please mark the appropriate reply as the solution, as it will make it easier for others to find the answer in the future.
... View more
10-21-2021
10:44 AM
@Jarinek, Has the reply helped resolve your issue? If so, please mark the appropriate reply as the solution, as it will make it easier for others to find the answer in the future.
... View more
05-24-2021
05:47 AM
Hi @Jarinek, Did the reply from @mridley resolve your issue? If so, please mark the reply as the solution, as it will make it easier for others to find the answer in the future.
... View more