Reputation: 7
I want to compare two different environments (Prod, Dev). We have around 5-deep layers. NiFi Home --> First --> Second ... Which would be the approach to see the differences, besides going from layer to layer?
Upvotes: 0
Views: 472
Reputation: 1771
Agree with @Bryuan, if you dont use schema registry you can compare the flow.xml with traditional compare software. each processor get a unique UUID that you can use to compare content.
Upvotes: 0
Reputation: 18670
I'm not aware of anything that can do what you are asking. The closest thing would be using NiFi Registry and having versioned flows that you start in dev, save to registry and import to prod, then you could see any changes made local to either instance per process group.
Upvotes: 1