can TEDA Application in infosphere streams 4.0.1 integrate with Kafka ?
Answer by Mark-OliverHeger (266) | Aug 13, 2018 at 03:32 AM
The application framework of the com.ibm.streams.teda
toolkit depends on a filesystem for input and output data. There is no integration with Kafka possible.
But operators from the com.ibm.streams.teda
toolkit can be part of an application that uses kafka consumers or producers. For example you could use the BloomFilter operator in an application that integrates Kafka.
thanks ,can you recommend to me GitHub project (sample) using this integration ?
There are NO such samples combining teda operators and kafka operators.
Can i use two grammer files in teda infosphere stream ? 1 Answer
how convert from OCTET string to IA5String in infosphere stream 1 Answer
How to send a http request (rest api) using an javaWrapper,i am using infosphere streams 4.0.1 ? 0 Answers