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
Copy file name to clipboardExpand all lines: userguide/aviate/aviate-changelog.adoc
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
= Aviate Changelog
2
2
3
+
== February, 24th 2026
4
+
5
+
* *Plugin Configuration Screen* - There have been several bug fixes in the plugin configuration screen,delivering a smoother and more seamless experience for users. These fixes eliminate previous glitches. As a result, configuring plugins is now faster, more reliable, and less error-prone.
6
+
3
7
== February, 10th 2026
4
8
5
9
* *Create Tenant Option* - The Add Tenant form now includes a “Create if missing” option, allowing users to automatically create a tenant in the selected deployment if it does not already exist. This streamlines setup and removes the need for manual pre-creation.
Copy file name to clipboardExpand all lines: userguide/platform/includes/killbill-configuration-properties-table.adoc
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -392,13 +392,13 @@ KB_org_killbill_persistent_bus_${instanceName}_inflight_min |Min number of bus
392
392
KB_org_killbill_persistent_bus_${instanceName}_inflight_max |Max number of bus events to fetch from the database at once (only valid in 'STICKY_EVENTS') |100 |Config File/Environment Variable
KB_org_killbill_persistent_bus_${instanceName}_claimed |Number of bus events to fetch from the database at once (only valid in 'polling mode') |10 |Config File/Environment Variable
395
+
KB_org_killbill_persistent_bus_${instanceName}_claimed |Number of bus events to fetch from the database at once (only valid in 'POLLING' mode) |10 |Config File/Environment Variable
KB_org_killbill_persistent_bus_${instanceName}_claim_time |Claim time |5m |Config File/Environment Variable
401
+
KB_org_killbill_persistent_bus_${instanceName}_claim_time |Specifies the duration for which an entry is marked as claimed before it becomes eligible to be reclaimed for processing. |5m |Config File/Environment Variable
KB_org_killbill_persistent_bus_${instanceName}_sleep |Time in milliseconds to sleep between runs (only valid in STICKY_POLLING, POLLING) |3000 |Config File/Environment Variable
@@ -462,10 +462,10 @@ KB_org_killbill_persistent_bus_${instanceName}_inflight_max |Max number of bus
462
462
KB_org_killbill_notificationq_${instanceName}_claimed |Number of notifications to fetch at once |10 |Config File/Environment Variable
KB_org_killbill_notificationq_${instanceName}_claim_time |Claim time |5m |Config File/Environment Variable
468
+
KB_org_killbill_notificationq_${instanceName}_claim_time |Specifies the duration for which an entry is marked as claimed before it becomes eligible to be reclaimed for processing. |5m |Config File/Environment Variable
Copy file name to clipboardExpand all lines: userguide/platform/userguide_deployment.adoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -107,9 +107,9 @@ Events are moved from the `bus_events` to the `bus_events_history` as they are p
107
107
108
108
The bus event can be run in multiple modes (`instanceName` below is either `main` or `external`):
109
109
110
-
* *POLLING*: the bus will poll the database for new available entries and dispatch them across the nodes.
110
+
* *POLLING* (default mode): the bus will poll the database for new available entries and dispatch them across the nodes.
111
111
* *STICKY_POLLING*: the bus will poll the database for new available entries and dispatch them to the same node that created the entry.
112
-
* *STICKY_EVENTS* (default mode): in that mode, the bus now behaves as a blocking queue where entries are dispatched as soon as they have been committed to disk. This is a much more efficient mechanism both in terms of latency (because entries are picked up right away) and throughput (because there is no time for entries to accumulate).
112
+
* *STICKY_EVENTS* : in that mode, the bus now behaves as a blocking queue where entries are dispatched as soon as they have been committed to disk. This is a much more efficient mechanism both in terms of latency (because entries are picked up right away) and throughput (because there is no time for entries to accumulate).
113
113
114
114
In a cloud environment, where nodes are more prone to appear and disappear, the following choices are available:
0 commit comments