Whats New in NiFi 1.16

Поділитися
Вставка
  • Опубліковано 26 лис 2024

КОМЕНТАРІ •

  • @mohammednadeem333
    @mohammednadeem333 2 роки тому +1

    @Mark, This is awesome especially node disconnection improvements. It really simplifies to alot. Believe me, we have had production issues alot for 3-nodes clusters. Occasionally, we face node disconnection issues, whenever we do restarts due to infrastructure upgrades or any outages. We had to either delete the flow.xml.gz or manually copy from cluster. This bullet proofs the entire maintenance model for NiFi. Thank you for highlighting all the features like always. Fork/Join Enrichment, Failure with Retry etc will simplify alot for developers in terms of not using common RetryFlowFile procesor template. Great improvements. Love the community. Thanks again..

  • @danoyoung
    @danoyoung 2 роки тому +1

    These are great additions and changes, thanx Mark and team!

  • @laddus9942
    @laddus9942 2 роки тому +2

    node disconnect/reconnect improvements awesome !! Thank You Mark.

  • @jorghammerbacher1268
    @jorghammerbacher1268 2 роки тому +1

    Thanks Mark again dir providing These cool News Features.👍

    • @nifinotes5127
      @nifinotes5127  2 роки тому

      I’m not the one providing all the features, just the one talking about them :)

  • @JoshuaSeagroves
    @JoshuaSeagroves 2 роки тому +1

    Another great video Mark.

  • @mosth8ed
    @mosth8ed 2 роки тому +1

    That node reconnection is pretty huge. From time to time when writing a scripted processor and something goofs, a node may disconnect. No longer having to stop everything, copy over the flow from another node, start it back up, and cross your fingers is going to be great.

  • @randallzapata1078
    @randallzapata1078 2 роки тому +1

    Thank you Mark!

  • @abdelrahimahmad7801
    @abdelrahimahmad7801 2 роки тому

    Hi, Thank you for your great videos. Do you know if there is any good operator for Nifi in Kubernetes? Nifi is really great but I have some difficulties ruining it in K8s.
    thanks

    • @nifinotes5127
      @nifinotes5127  2 роки тому +1

      I know there is one that was produced by Orange, I believe. I’ve not used it though.

    • @abdelrahimahmad7801
      @abdelrahimahmad7801 2 роки тому

      @@nifinotes5127 Thank you.

  • @unicornartist620
    @unicornartist620 2 роки тому

    Awesome

  • @udayada1326
    @udayada1326 2 роки тому +1

    Can u please do a video on clustering the nifi on kubernetes

    • @nifinotes5127
      @nifinotes5127  2 роки тому +2

      I only have a pretty beginner-level understanding of Kubernetes. Some general advice: you'll definitely want to use a stateful set. You'll want a separate volume each for content, flowfile, provenance repositories. In order to scale down, you'll want to run "bin/nifi.sh decommission" - this will disconnect the node, offload the data to other nodes, remove node from cluster, and shutdown. From the Cloudera perspective, we've put together a very powerful offering in Cloudera DataFlow Service (www.cloudera.com/products/cdf.html) that makes it very easy to deploy flows as separate nifi clusters running on k8s with auto scaling. I'm not the one to speak to how all of the Kubernetes magic happens, though.

  • @ducanh1152
    @ducanh1152 2 роки тому

    Hi sir, can i set specific state for listFile. I cannot find nifi rest api for that

    • @nifinotes5127
      @nifinotes5127  2 роки тому

      Hi Duc, no, you cannot manually set state for components, with the exception of clearing the state.

  • @matheusmattos391
    @matheusmattos391 2 роки тому

    Hello good night, could you share the code of your nifi cluster infrastructure?
    I'm trying to create a nifi cluster on kubernetes in version 1.16 but without success in the version.
    Only in version 1.13

    • @nifinotes5127
      @nifinotes5127  2 роки тому +1

      I don’t run on Kubernetes. But would recommend asking in the NiFi slack channel. Lots of people there who do, who can help.