Apache Kafka Jobs
Apache Kafka is a distributed streaming platform developed to handle real-time data with high throughput. Kafka developers can provide real-time data and log analysis, as well as message queuing and ingesting, making it suitable for creating applications that need to process and act on streams of data in real-time.
Kafka is an open-source system used by many different software and companies, making it an invaluable addition for any project utilizing streaming data. Kafka enables its users access to a plethora of features such as topics for messaging, scalability, durability, security, logging and various other features providing the ability to have flexible architectures capable of quickly adapting to customer needs.
Here’s some projects that our expert Apache Kafka Developers made real:
- Providing structured streaming involving Python employing Kafka and Pyspark
- Developing Scala 2 programs along with additional work in Hadoop spark aws mill config
- Establishing a customised solution that caters to message queuing and ingesting
- Analyzing app and log monitoring applications running in Amazon containers
- Introducing Java Flink to link corresponding components together
- Parsing emails while ensuring secure text searches with structured data tables
- Constructing a mini University application leveraging Spring Boot for order calculations
Apache Kafka is a powerful technology that’s capable of providing great performance under high throughput environments. If you’re looking for reliable stream processing with endless possibilities or a customised message queuing system then you can always entrust our Apache Kafka Developers at Freelancer.com who will make sure your projects are up and running. We have experts who are experienced in developing various projects from the most complex down to simple implementations. Try posting a project today on Freelancer.com and find the best Apache Kafka Developer for your job.
Dari 1,394 ulasan, klien menilai Apache Kafka Developers kami 4.92 dari 5 bintang.Rekrut Apache Kafka Developers
I am looking for full stack web developer having experience in spring boot in backend and react in front end.
My goal is to bring more efficiency to a software development project. To do this I am hoping to hire a software development consultant to help me with this project. The main programming language currently being used in this project is Java . The consultant will be asked to help us with multiple stages of the project, including planning, design, implementation, coding, testing and deployment. With the help of the software development consultant, we are confident that we can reach our goal of increased efficiency in the Minimum 10 years experience.
1) There are 3 tables – master table (employee) and two child tables (employeeDept, employeestatus) 2) Data is stored in Master Kafka Topics (here kafka topics are used as a DB more than streaming, data of all employees stored in these topics), so we have 3 master kafka topics. 3) There are 3 Change Data Capture(CDC) kafka topics. 4) There are 1 Kafka sink topic Requirement: when there is a change in data, CDC kafka topic(point3) will trigger message to flink, and flink needs to send consolidate information of all data for particular row to kafka sink topic(point4) Employee table : Name, ID, Address, DeptId,statusID columns employeeDept : DeptId,DeptName columns employeestatus: StatusID,StatusName columns John(Employee Table) had an address change, employee CDC kafka topic triggers...