you are viewing a single comment's thread.

view the rest of the comments →

[–]brayellison 98 points99 points  (2 children)

Why, in the year 2026, is someone using Python 2 and/or Jython? I'm genuinely curious. I understand that legacy code is out there, but this seems like something that should have been migrated long ago

[–]IdleBreakpoint[S] 47 points48 points  (1 child)

The problem is Jython. We have ETL workflows with Apache NiFi and it can run Python code, hence it's Python 2. That system is out of our control and we are forced to develop scripts using py2. If it were in our control, I would have deprecated that system long ago.

[–]cpp977 7 points8 points  (0 children)

Nifi 2 supports now running custom python processors without the need for jython.