In this article, we will build a live stock price streaming application using Apache Flink and Apache Kafka. We will start by understanding the basic concepts of Apache Flink and then build a simple application ...
If you are a java developer and you are using docker to package your applications, you may have noticed that the size of the final image can be quite large. In this article we will cover some tips to optimize a docker image size for java base applications.