Skip to content

馃殌 Jitsu v2.5.0

Compare
Choose a tag to compare
@absorbb absorbb released this 19 Mar 20:25
· 105 commits to newjitsu since this release

Note

Upgrading from Jitsu 2.4 requires infrastructure changes. Details below.

What's New

  • Live Events: Now you can see sync tasks' batch logs right in the Data Warehouse Events tab.
  • Rotor: We've tuned the performance for configurations that use multiple functions per connection, making things smoother and faster.

Upgrading from 2.4

We've made a couple of significant changes:

  • Live Events: We've moved from Redis to ClickHouse for better scalability and performance.
  • Persistent Storage: We're now using MongoDB instead of Redis, which means more robust data handling.

Redis is no longer in the picture.

For Live Events, we didn't set up a migration path because we see it as a nice-to-have, not a must-have.

If Persistent Storage is part of your setup, enable "double reading" by setting up both MONGODB_URL and REDIS_URL. Jitsu will read from both but only write to MongoDB. This way, you won't lose any data during the transition. After a while, when all your data is happily living in MongoDB, you can say goodbye to Redis.

It's best to switch to MongoDB and ClickHouse sooner rather than later. We're planning to drop Redis support after a few more releases, so keep an eye out.

For detailed configuration instructions and further assistance, please se the configuration guide or the reference Compose file.