Refinitiv / Real-Time-SDK

Other
191 stars 129 forks source link

EMA Java: Add connection type to OmmConsumerConfig #248

Closed marcusvensson closed 6 months ago

marcusvensson commented 1 year ago

The OmmConsumerConfig object allows us to specify a great deal of configurations programmatically such as hostname, keystore locations etc. How ever ChannelType and EncryptedProtocolType can not be set meaning we are still forced to use an XML file to configure these two objects. It would be practical if these two also had setters on the OmmConsumerConfig along with appropriate ENUMs for their respective values

L-Karchevska commented 1 year ago

@marcusvensson Thank you for reporting the issue! We've created an internal Jira to deal with this request.

vlevendel commented 1 year ago

@marcusvensson Please view our programmatic config examples Cons450 , Cons451, Cons452, etc., for sample code to specify ChannelType and EncryptedProtocolType.

vlevendel commented 6 months ago

RTSDK 2.2.0.L1 addresses this issue. Please let us know if you have further concerns. Closing.