25 C
New York
Tuesday, July 8, 2025

Buy now

spot_img

Overcome your Kafka Join challenges with Amazon Knowledge Firehose


Apache Kafka is a well-liked open supply distributed streaming platform that’s broadly used within the AWS ecosystem. It’s designed to deal with real-time, high-throughput information streams, making it well-suited for constructing real-time information pipelines to fulfill the streaming wants of contemporary cloud-based purposes.

For AWS clients trying to run Apache Kafka, however don’t wish to fear concerning the undifferentiated heavy lifting concerned with self-managing their Kafka clusters, Amazon Managed Streaming for Apache Kafka (Amazon MSK) presents totally managed Apache Kafka. This implies Amazon MSK provisions your servers, configures your Kafka clusters, replaces servers once they fail, orchestrates server patches and upgrades, makes positive clusters are architected for prime availability, makes positive information is durably saved and secured, units up monitoring and alarms, and runs scaling to assist load adjustments. With a managed service, you possibly can spend your time growing and working streaming occasion purposes.

For purposes to make use of information despatched to Kafka, it’s essential to write, deploy, and handle software code that consumes information from Kafka.

Kafka Join is an open-source part of the Kafka mission that gives a framework for connecting with exterior methods resembling databases, key-value shops, search indexes, and file methods out of your Kafka clusters. On AWS, our clients generally write and handle connectors utilizing the Kafka Join framework to maneuver information out of their Kafka clusters into persistent storage, like Amazon Easy Storage Service (Amazon S3), for long-term storage and historic evaluation.

At scale, clients must programmatically handle their Kafka Join infrastructure for constant deployments when updates are required, in addition to the code for error dealing with, retries, compression, or information transformation as it’s delivered out of your Kafka cluster. Nonetheless, this introduces a necessity for funding into the software program growth lifecycle (SDLC) of this administration software program. Though the SDLC is a cheap and time-efficient course of to assist growth groups construct high-quality software program, for a lot of clients, this course of shouldn’t be fascinating for his or her information supply use case, significantly once they might dedicate extra sources in direction of innovating for different key enterprise differentiators. Past SDLC challenges, many shoppers face fluctuating information streaming throughput. As an illustration:

  • On-line gaming companies expertise throughput variations based mostly on sport utilization
  • Video streaming purposes see adjustments in throughput relying on viewership
  • Conventional companies have throughput fluctuations tied to shopper exercise

Placing the proper steadiness between sources and workload could be difficult. Below-provisioning can result in shopper lag, processing delays, and potential information loss throughout peak masses, hampering real-time information flows and enterprise operations. However, over-provisioning ends in underutilized sources and pointless excessive prices, making the setup economically inefficient for purchasers. Even the motion of scaling up your infrastructure introduces extra delays as a result of sources have to be provisioned and bought to your Kafka Join cluster.

Even when you possibly can estimate aggregated throughput, predicting throughput per particular person stream stays troublesome. Because of this, to attain clean operations, you would possibly resort to over-provisioning your Kafka Join sources (CPU) to your streams. This strategy, although purposeful, won’t be essentially the most environment friendly or cost-effective resolution.

Clients have been asking for a totally serverless resolution that won’t solely deal with managing useful resource allocation, however transition the associated fee mannequin to solely pay for the info they’re delivering from the Kafka subject, as an alternative of underlying sources that require fixed monitoring and administration.

In September 2023, we introduced a brand new integration between Amazon and Amazon Knowledge Firehose, permitting builders to ship information from their MSK subjects to their vacation spot sinks with a totally managed, serverless resolution. With this new integration, you not wanted to develop and handle your personal code to learn, rework, and write your information to your sink utilizing Kafka Join. Knowledge Firehose abstracts away the retry logic required when studying information out of your MSK cluster and delivering it to the specified sink, in addition to infrastructure provisioning, as a result of it will possibly scale out and scale in mechanically to regulate to the quantity of knowledge to switch. There aren’t any provisioning or upkeep operations required in your aspect.

At launch, the checkpoint time to begin consuming information from the MSK subject was the creation time of the Firehose stream. Knowledge Firehose couldn’t begin studying from different factors on the info stream. This brought on challenges for a number of totally different use circumstances.

For purchasers which might be organising a mechanism to sink information from their cluster for the primary time, all information within the subject older than the timestamp of Firehose stream creation would want one other method to be continued. For instance, clients utilizing Kafka Join connectors, like These customers have been restricted in utilizing Knowledge Firehose as a result of they wished to sink all the info from the subject to their sink, however Knowledge Firehose couldn’t learn information from sooner than the timestamp of Firehose stream creation.

For different clients that have been working Kafka Join and wanted emigrate from their Kafka Join infrastructure to Knowledge Firehose, this required some additional coordination. The discharge performance of Knowledge Firehose means you possibly can’t level your Firehose stream to a particular level on the supply subject, so a migration requires stopping information ingest to the supply MSK subject and ready for Kafka Hook up with sink all the info to the vacation spot. Then you possibly can create the Firehose stream and restart the producers such that the Firehose stream can then devour new messages from the subject. This provides extra, and non-trivial, overhead to the migration effort when making an attempt to chop over from an present Kafka Join infrastructure to a brand new Firehose stream.

To handle these challenges, we’re pleased to announce a brand new characteristic within the Knowledge Firehose integration with Amazon MSK. Now you can specify the Firehose stream to both learn from the earliest place on the Kafka subject or from a customized timestamp to start studying out of your MSK subject.

Within the first submit of this collection, we targeted on managed information supply from Kafka to your information lake. On this submit, we lengthen the answer to decide on a customized timestamp to your MSK subject to be synced to Amazon S3.

Overview of Knowledge Firehose integration with Amazon MSK

Knowledge Firehose integrates with Amazon MSK to supply a totally managed resolution that simplifies the processing and supply of streaming information from Kafka clusters into information lakes saved on Amazon S3. With just some clicks, you possibly can repeatedly load information out of your desired Kafka clusters to an S3 bucket in the identical account, eliminating the necessity to develop or run your personal connector purposes. The next are a number of the key advantages to this strategy:

  • Absolutely managed service – Knowledge Firehose is a totally managed service that handles the provisioning, scaling, and operational duties, permitting you to concentrate on configuring the info supply pipeline.
  • Simplified configuration – With Knowledge Firehose, you possibly can arrange the info supply pipeline from Amazon MSK to your sink with just some clicks on the AWS Administration Console.
  • Automated scaling – Knowledge Firehose mechanically scales to match the throughput of your Amazon MSK information, with out the necessity for ongoing administration.
  • Knowledge transformation and optimization – Knowledge Firehose presents options like JSON to Parquet/ORC conversion and batch aggregation to optimize the delivered file measurement, simplifying information analytical processing workflows.
  • Error dealing with and retries – Knowledge Firehose mechanically retries information supply in case of failures, with configurable retry durations and backup choices.
  • Offset choose possibility – With Knowledge Firehose, you possibly can choose the beginning place for the MSK supply stream to be delivered inside a subject from three choices:
    • Firehose stream creation time – This lets you ship information ranging from Firehose stream creation time. When migrating from to Knowledge Firehose, in case you have an choice to pause the producer, you possibly can take into account this selection.
    • Earliest – This lets you ship information ranging from MSK subject creation time. You possibly can select this selection in case you’re setting a brand new supply pipeline with Knowledge Firehose from Amazon MSK to Amazon S3.
    • At timestamp – This selection permits you to present a particular begin date and time within the subject from the place you need the Firehose stream to learn information. The time is in your native time zone. You possibly can select this selection in case you desire to not cease your producer purposes whereas migrating from Kafka Hook up with Knowledge Firehose. You possibly can consult with the Python script and steps offered later on this submit to derive the timestamp for the most recent occasions in your subject that have been consumed by Kafka Join.

The next are advantages of the brand new timestamp choice characteristic with Knowledge Firehose:

  • You possibly can choose the beginning place of the MSK subject, not simply from the purpose that the Firehose stream is created, however from any level from the earliest timestamp of the subject.
  • You possibly can replay the MSK stream supply if required, for instance within the case of testing eventualities to pick from totally different timestamps with the choice to pick from a particular timestamp.
  • When migrating from Kafka Hook up with Knowledge Firehose, gaps or duplicates could be managed by choosing the beginning timestamp for Knowledge Firehose supply from the purpose the place Kafka Join supply ended. As a result of the brand new customized timestamp characteristic isn’t monitoring Kafka shopper offsets per partition, the timestamp you choose to your Kafka subject ought to be a couple of minutes earlier than the timestamp at which you stopped Kafka Join. The sooner the timestamp you choose, the extra duplicate data you’ll have downstream. The nearer the timestamp to the time of Kafka Join stopping, the upper the chance of knowledge loss if sure partitions have fallen behind. Make sure to choose a timestamp applicable to your necessities.

Overview of resolution

We talk about two eventualities to stream information.

In State of affairs 1, we migrate to Knowledge Firehose from Kafka Join with the next steps:

  1. Derive the most recent timestamp from MSK occasions that Kafka Join delivered to Amazon S3.
  2. Create a Firehose supply stream with Amazon MSK because the supply and Amazon S3 because the vacation spot with the subject beginning place as Earliest.
  3. Question Amazon S3 to validate the info loaded.

In State of affairs 2, we create a brand new information pipeline from Amazon MSK to Amazon S3 with Knowledge Firehose:

  1. Create a Firehose supply stream with Amazon MSK because the supply and Amazon S3 because the vacation spot with the subject beginning place as At timestamp.
  2. Question Amazon S3 to validate the info loaded.

The answer structure is depicted within the following diagram.

Stipulations

It is best to have the next conditions:

  • An AWS account and entry to the next AWS companies:
  • An MSK provisioned or MSK serverless cluster with subjects created and information streaming to it. The pattern subject utilized in that is order.
  • An EC2 occasion configured to make use of as a Kafka admin shopper. Confer with Create an IAM position for directions to create the shopper machine and IAM position that you’ll want to run instructions in opposition to your MSK cluster.
  • An S3 bucket for delivering information from Amazon MSK utilizing Knowledge Firehose.
  • Kafka Hook up with ship information from Amazon MSK to Amazon S3 if you wish to migrate from Kafka Join (State of affairs 1).

Migrate to Knowledge Firehose from Kafka Join

To cut back duplicates and decrease information loss, it’s essential to configure your customized timestamp for Knowledge Firehose to learn occasions as near the timestamp of the oldest dedicated offset that Kafka Join reported. You possibly can observe the steps on this part to visualise how the timestamps of every dedicated offset will differ by partition throughout the subject you wish to learn from. That is for demonstration functions and doesn’t scale as an answer for workloads with numerous partitions.

Pattern information was generated for demonstration functions by following the directions referenced within the following GitHub repo. We arrange a pattern producer software that generates clickstream occasions to simulate customers shopping and performing actions on an imaginary ecommerce web site.

To derive the most recent timestamp from MSK occasions that Kafka Join delivered to Amazon S3, full the next steps:

  1. Out of your Kafka shopper, question Amazon MSK to retrieve the Kafka Join shopper group ID:
    ./kafka-consumer-groups.sh --bootstrap-server $bs --list --command-config shopper.properties

  2. Cease Kafka Join.
  3. Question Amazon MSK for the most recent offset and related timestamp for the patron group belonging to Kafka Join.

You need to use the get_latest_offsets.py Python script from the next GitHub repo as a reference to get the timestamp related to the most recent offsets to your Kafka Join shopper group. To allow authentication and authorization for a non-Java shopper with an IAM authenticated MSK cluster, consult with the next GitHub repo for directions on putting in the aws-msk-iam-sasl-signer-python bundle to your shopper.

python3 get_latest_offsets.py --broker-list $bs --topic-name “order” --consumer-group-id “connect-msk-serverless-connector-090224” --aws-region “eu-west-1”

Be aware the earliest timestamp throughout all of the partitions.

Create a knowledge pipeline from Amazon MSK to Amazon S3 with Knowledge Firehose

The steps on this part are relevant to each eventualities. Full the next steps to create your information pipeline:

  1. On the Knowledge Firehose console, select Firehose streams within the navigation pane.
  2. Select Create Firehose stream.
  3. For Supply, select Amazon MSK.
  4. For Vacation spot, select Amazon S3.
  5. For Supply settings, browse to the MSK cluster and enter the subject title you created as a part of the conditions.
  6. Configure the Firehose stream beginning place based mostly in your situation:
    1. For State of affairs 1, set Subject beginning place as At Timestamp and enter the timestamp you famous within the earlier part.
    2. For State of affairs 2, set Subject beginning place as Earliest.
  7. For Firehose stream title, depart the default generated title or enter a reputation of your choice.
  8. For Vacation spot settings, browse to the S3 bucket created as a part of the conditions to stream information.

Inside this S3 bucket, by default, a folder construction with YYYY/MM/dd/HH can be mechanically created. Knowledge can be delivered to subfolders pertaining to the HH subfolder in keeping with the Knowledge Firehose to Amazon S3 ingestion timestamp.

  1. Below Superior settings, you possibly can select to create the default IAM position for all of the permissions that Knowledge Firehose wants or select present an IAM position that has the insurance policies that Knowledge Firehose wants.
  2. Select Create Firehose stream.

On the Amazon S3 console, you possibly can confirm the info streamed to the S3 folder in keeping with your chosen offset settings.

Clear up

To keep away from incurring future costs, delete the sources you created as a part of this train in case you’re not planning to make use of them additional.

Conclusion

Knowledge Firehose gives an easy method to ship information from Amazon MSK to Amazon S3, enabling you to avoid wasting prices and cut back latency to seconds. To strive Knowledge Firehose with Amazon S3, consult with the Supply to Amazon S3 utilizing Amazon Knowledge Firehose lab.


Concerning the Authors

Swapna Bandla is a Senior Options Architect within the AWS Analytics Specialist SA Staff. Swapna has a ardour in direction of understanding clients information and analytics wants and empowering them to develop cloud-based well-architected options. Outdoors of labor, she enjoys spending time together with her household.

Austin Groeneveld is a Streaming Specialist Options Architect at Amazon Net Companies (AWS), based mostly within the San Francisco Bay Space. On this position, Austin is keen about serving to clients speed up insights from their information utilizing the AWS platform. He’s significantly fascinated by the rising position that information streaming performs in driving innovation within the information analytics area. Outdoors of his work at AWS, Austin enjoys watching and enjoying soccer, touring, and spending high quality time along with his household.

Related Articles

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Stay Connected

0FansLike
0FollowersFollow
0SubscribersSubscribe
- Advertisement -spot_img

Latest Articles

Hydra v 1.03 operacia SWORDFISH