How much memory dose sdk need?

Hi,

My application expects to receive conversation events from up to 4000 users using 4 NotificationHandlers.
How much memory size does javaSDK need? How do I calculate the memory size required by the SDK?

The footprint of the SDK in your application depends entirely on what you're doing with it. I would suggest using standard application profiling tools for your application to inspect its performance.

I would strongly suggest using the EventBridge integration for large-scale notification handling like the situation you're describing. WebSocket notifications are intended for single end-user UI applications and do not offer guaranteed delivery of messages. The EventBridge integration is meant for large-scale notification handling and offers a robust feature set appropriate for that use case.

Thanks for the suggestion.
Using EventBridge integration is unexpected, but I'll consider using it in the future.

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.