Re: EXTERNAL: Re: Should I use a Sink or Connector? Or Both?

2020-03-06 Thread Castro, Fernando C.
are not working well. If so, could you please adjust the following settings and report back? public enum SinkOption { BULK_FLUSH_MAX_ACTIONS, BULK_FLUSH_MAX_SIZE, BULK_FLUSH_INTERVAL } On Wed, Mar 4, 2020 at 3:05 PM Castro, Fernando C. mailto:fernando.cas...@leidos.com>> wrote: Th

Re: EXTERNAL: Re: Should I use a Sink or Connector? Or Both?

2020-03-04 Thread Castro, Fernando C.
curr_careUnit |""".stripMargin) result.insertInto("transfersSum") tEnv.toRetractStream[Row](result).print() //Just to see if something is actually happening (and it is) env.execute("Flink Streaming Demo Dump to Elasticsearch") } } Than

Should I use a Sink or Connector? Or Both?

2020-03-03 Thread Castro, Fernando C.
Hello folks! I’m new to Flink and data streaming in general, just initial FYI ;) I’m currently doing this successfully: 1 - streaming data from Kafka in Flink 2 - aggregating the data with Flink’s sqlQuery API 3 - outputting the result of #2 into STDOUT via toRetreatStream() My objective is to ch