ref(replication): Add alpha banner and remove batch size (#38588)

This commit is contained in:
Riccardo Busetti
2025-09-11 09:25:39 +02:00
committed by GitHub
parent b3a687e7a4
commit f07c9cad3a
7 changed files with 122 additions and 135 deletions

View File

@@ -5142,12 +5142,7 @@ export interface components {
* @description Maximum fill time in milliseconds
* @example 200
*/
max_fill_ms: number
/**
* @description Maximum batch size
* @example 5000
*/
max_size: number
max_fill_ms?: number
}
/**
* @description Publication name
@@ -5170,12 +5165,7 @@ export interface components {
* @description Maximum fill time in milliseconds
* @example 200
*/
max_fill_ms: number
/**
* @description Maximum batch size
* @example 5000
*/
max_size: number
max_fill_ms?: number
}
/**
* @description Publication name
@@ -8015,12 +8005,7 @@ export interface components {
* @description Maximum fill time in milliseconds
* @example 200
*/
max_fill_ms: number
/**
* @description Maximum batch size
* @example 5000
*/
max_size: number
max_fill_ms?: number
}
/**
* @description Publication name
@@ -8075,12 +8060,7 @@ export interface components {
* @description Maximum fill time in milliseconds
* @example 200
*/
max_fill_ms: number
/**
* @description Maximum batch size
* @example 5000
*/
max_size: number
max_fill_ms?: number
}
/**
* @description Publication name
@@ -9429,12 +9409,7 @@ export interface components {
* @description Maximum fill time in milliseconds
* @example 200
*/
max_fill_ms: number
/**
* @description Maximum batch size
* @example 5000
*/
max_size: number
max_fill_ms?: number
}
/**
* @description Publication name
@@ -9457,12 +9432,7 @@ export interface components {
* @description Maximum fill time in milliseconds
* @example 200
*/
max_fill_ms: number
/**
* @description Maximum batch size
* @example 5000
*/
max_size: number
max_fill_ms?: number
}
/**
* @description Publication name