Unable to log any data captured from kafka

2024-05-15 Thread Fidea Lidea
Hi Team, I've written a flink job & enabled *slf4j* logging mechanism for it. Flow of* Flink Job :* Kafka source => process datastream elements(Transformations) => kafka sink. It stops logging while processing datastream. I want to log all data captured from kafka either in a log file or on the

Handle exception for an empty Datastream

2024-04-01 Thread Fidea Lidea
Hi Team, I have written a Flink Job which reads data in a List & then converts it to stream. *Example*: public static void main(String[] args) throws Exception { // set up execution environment StreamExecutionEnvironment env = StreamExecutionEnvironment.getExecutionEnvironment(); . . .

Re: Re: Read data from elasticsearch using Java flink

2024-03-21 Thread Fidea Lidea
it." ? Did you get an > exception after using it? > > > -- > Best! > Xuyang > > > 在 2024-03-21 21:14:53,"Fidea Lidea" 写道: > > Thank you Xuyang. > I added the above flink-connector-elasticsearch dependency in my project. > But I am unable

Re: Read data from elasticsearch using Java flink

2024-03-21 Thread Fidea Lidea
/github.com/apache/flink-connector-elasticsearch/pull/62 > > -- > Best! > Xuyang > > > At 2024-03-12 18:28:46, "Fidea Lidea" wrote: > > Hi , > > I am trying to read data from elasticsearch & store in a stream. > Could you please s

Read data from elasticsearch using Java flink

2024-03-12 Thread Fidea Lidea
Hi , I am trying to read data from elasticsearch & store in a stream. Could you please share a few examples to *read*/get all data from Elasticsearch using java. Thanks,

Request for sample codes for Dockerizing Java application

2024-02-13 Thread Fidea Lidea
Hi Team, I request you to provide a few sample codes for dockerizing flink-java application. My application has only one job as of now. Awaiting your response. Thanks & Regards Nida Shaikh

Request to provide sample codes on Data stream using flink, Spring Boot & kafka

2024-02-06 Thread Fidea Lidea
Hi Team, I request you to provide sample codes on data streaming using flink, kafka and spring boot. Awaiting your response. Thanks & Regards Nida Shaikh

Re: Request to provide example codes on ElasticsearchSinkFunction updaterequest

2024-01-29 Thread Fidea Lidea
, > RuntimeContext ctx, > RequestIndexer indexer) { > indexer.add(createIndexRequest(element)); > } > } > > But as jiadong mentioned, ElasticsearchSinkFunction is no longer > recommended for use. > > Best, > Jiabao > >

Request to provide example codes on ElasticsearchSinkFunction updaterequest

2024-01-29 Thread Fidea Lidea
Hi Team, Could you please share with me a few example codes on how to perform "updaterequest on elasticsearch using apache flink" I.want to use ElasticsearchSinkFunction to perform updaterequest. Thanks Nida Shaikh lideafidea...@gmail.com