AmritUdasi commented on issue #2715:
URL: https://github.com/apache/iggy/issues/2715#issuecomment-3882867874
@hubcio Thanks for the investigation and for pointing us to the edge fixes
really appreciate the quick turnaround.
Could you please let us know once this is fully stabilized and included in
an official release (non-edge)? For production workloads we prefer to rely on
stable tags rather than edge builds.
For now, due to the impact of this issue in our ingestion pipeline, we are
switching to Redpanda to ensure stability in production. let me know when it is
production ready
As requested, here is our current producer/consumer configuration:
Using Config: `{ data_maintenance: { messages: { cleaner_enabled: false,
interval: 1m } }, message_saver: { enabled: true, enforce_fsync: true,
interval: 30s }, heartbeat: { enabled: true, interval: 5s }, system: { path:
local_data, logging: { path: logs, level: info, max_size: 512.00 MB, retention:
7days }, stream: { path: streams }, topic: { path: topics, max_size: unlimited,
delete_oldest_segments: false }, partition: { path: partitions,
messages_required_to_save: 1024, size_of_messages_required_to_save: 1.05 MB,
enforce_fsync: false, validate_checksum: false }, segment: { size_bytes: 1.07
GB, cache_indexes: OpenSegment, message_expiry: never_expire, archive_expired:
false }, encryption: { enabled: false }, state: { enforce_fsync: false,
max_file_operation_retries: 1, retry_delay: 1s } }, quic: { enabled: true,
address: 0.0.0.0:8080, max_concurrent_bidi_streams: 10000,
datagram_send_buffer_size: 100.00 KB, initial_mtu: 8.00 KB, send_window: 100.00
KB, receive_window: 100.00 KB,
keep_alive_interval: 5s, max_idle_timeout: 10s, certificate: { self_signed:
true, cert_file: core/certs/iggy_cert.pem, key_file: core/certs/iggy_key.pem }
}, tcp: { enabled: true, address: 0.0.0.0:3000, ipv6: false, tls: { enabled:
false, self_signed: true, cert_file: core/certs/iggy_cert.pem, key_file:
core/certs/iggy_key.pem }, socket: { override defaults: false, recv buffer
size: 100.00 KB, send buffer size 100.00 KB, keepalive: false, nodelay: false,
linger: 0s } }, http: { enabled: true, address: 0.0.0.0:80, max_request_size:
2.00 MB, cors: { enabled: true, allowed_methods: ["GET", "POST", "PUT",
"DELETE"], allowed_origins: ["*"], allowed_headers: ["content-type"],
exposed_headers: [""], allow_credentials: false, allow_private_network: false
}, jwt: { algorithm: HS256, audience: iggy.apache.org, access_token_expiry: 1h,
use_base64_secret: false }, metrics: { enabled: true, endpoint: /metrics },
tls: { enabled: false, cert_file: core/certs/iggy_cert.pem, key_file:
core/certs/ig
gy_key.pem } }, telemetry: { enabled: false, service_name: iggy, logs: {
transport: grpc, endpoint: http://localhost:7281/v1/logs }, traces: {
transport: grpc, endpoint: http://localhost:7281/v1/traces } } }`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]