Hello, I'm exploring different options for my use case, which I will describe in detail below. Few of the options considered include apache kafka and flink.
Use Case Description When a message comes to the application, it needs to extract the configurations set by the user who authored the message. The configuration will contain third party services (e.g. : like Facebook, Twitter) and access tokens(of the user) for these third parties Then it needs to forward these messages to the specified third parties using the stored access tokens. Basically, the application should support forwarding messages to third parties using access tokens stored by the user. I want to know if Apache flink is suitable for this purpose. I feel that it can be used but wanted to know what people who are more familiar with flink think. Thank you. Regards, Thamidu
