Added an additional example of an Extension. The extension is specifically build for a demo that reads Twitter MediaEntities and writes them to Kafka. The scope of this component is to use the normal Twitter connection object to retrieve the Tweets via the search option. It then can use this component to retrieve all MediaEntities in the Status.
When found, it creates a JSON object containing the ID, name, screen name and the media links. I've tested this extensively for the demo to be done , so should be error free when used as intended.
Added an additional example of an Extension. The extension is specifically build for a demo that reads Twitter MediaEntities and writes them to Kafka. The scope of this component is to use the normal Twitter connection object to retrieve the Tweets via the search option. It then can use this component to retrieve all MediaEntities in the Status.
When found, it creates a JSON object containing the ID, name, screen name and the media links. I've tested this extensively for the demo to be done , so should be error free when used as intended.