Re: Is there a need for the ConvertAvroToJson processor in 2.x?

2024-04-18 Thread Dan S
I have created NIFI-13069 to deprecate ConvertAvroToJson in 1.x and remove it from 2.x On Wed, Apr 10, 2024 at 4:20 PM Joe Witt wrote: > The best list is here > > >

Re: Is there a need for the ConvertAvroToJson processor in 2.x?

2024-04-10 Thread Joe Witt
The best list is here https://cwiki.apache.org/confluence/display/NIFI/Deprecated+Components+and+Features But that is a great point. We generally want to drop any ConvertXtoY bits we have that aren't well covered by Records. Thanks On Wed, Apr 10, 2024 at 1:07 PM Dan S wrote: > I guess I am

Re: Is there a need for the ConvertAvroToJson processor in 2.x?

2024-04-10 Thread Dan S
I guess I am wondering why it was not included under NIFI-11172 . On Wed, Apr 10, 2024 at 12:01 PM Mike Thomsen wrote: > IIRC, the plan was to remove those ConvertToX processors in 2.X > > On Wed, Apr 10, 2024 at 11:36 AM Dan S wrote: > > > I

Re: Is there a need for the ConvertAvroToJson processor in 2.x?

2024-04-10 Thread Mike Thomsen
IIRC, the plan was to remove those ConvertToX processors in 2.X On Wed, Apr 10, 2024 at 11:36 AM Dan S wrote: > I noticed that the ConvertAvroToJson processor is not marked as deprecated > in 2.x. Is there something it offers which cannot be done with the > ConvertRecord processor configured

Is there a need for the ConvertAvroToJson processor in 2.x?

2024-04-10 Thread Dan S
I noticed that the ConvertAvroToJson processor is not marked as deprecated in 2.x. Is there something it offers which cannot be done with the ConvertRecord processor configured with an AvroReader and JsonRecordSetWriter?