You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cluster Support
This is a first community release with clustering support. Support has been added for RabbitMQ as the underlying message broker.
Titanoboa uses master-less cluster so you can literally add hundreds of nodes during runtime.
Also since this is basically just a jar you can run the cluster nodes anywhere: on bare metal, VMs, Docker or K8s.
See wiki section Clustering to learn more.
🎉 💥 GUI is now also free for commercial purposes 💥 🎉
Also: 🎉 Contributing Rabbit MQ support (for workflow job transactions / job channel) to the community version. Yay! 🎉
Further additions also include:
support for adding new/custom icons for custom steps
not automatically loading/requiring all namespaces under titanoboa.database .system and .tasklet. These have to be required via external dependencies file now (or in server config)
jobdir attribute now goes automatically also into job properties
repl for java lambda: properties passed along are evaluated first
default transit write handler added