DZone
Thanks for visiting DZone today,
Edit Profile
  • Manage Email Subscriptions
  • How to Post to DZone
  • Article Submission Guidelines
Sign Out View Profile
  • Post an Article
  • Manage My Drafts
Over 2 million developers have joined DZone.
Log In / Join
Refcards Trend Reports
Events Video Library
Refcards
Trend Reports

Events

View Events Video Library

Zones

Culture and Methodologies Agile Career Development Methodologies Team Management
Data Engineering AI/ML Big Data Data Databases IoT
Software Design and Architecture Cloud Architecture Containers Integration Microservices Performance Security
Coding Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks
Culture and Methodologies
Agile Career Development Methodologies Team Management
Data Engineering
AI/ML Big Data Data Databases IoT
Software Design and Architecture
Cloud Architecture Containers Integration Microservices Performance Security
Coding
Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance
Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks

Curious about the future of data-driven systems? Join our Data Engineering roundtable and learn how to build scalable data platforms.

Data Engineering: The industry has come a long way from organizing unstructured data to adopting today's modern data pipelines. See how.

Threat Detection: Learn core practices for managing security risks and vulnerabilities in your organization — don't regret those threats!

Managing API integrations: Assess your use case and needs — plus learn patterns for the design, build, and maintenance of your integrations.

Related

  • Handle HL7 MLLP Messages With Mule 4
  • Microservices with .NET Core: Building Scalable and Resilient Applications
  • Monitoring Kubernetes Service Topology Changes in Real Time
  • How to Enhance the Performance of .NET Core Applications for Large Responses

Trending

  • Model Compression: Improving Efficiency of Deep Learning Models
  • Right-Sizing GPU and CPU Resources for Training and Inferencing Using Kubernetes
  • Multimodal RAG Is Not Scary, Ghosts Are Scary
  • Integrated Gradients: AI Explainability for Regulated Industries

Enough Already With ‘Event Streaming’

The next time you receive multiple emails in the space of one minute, ask yourself if those emails were actually "streamed" to you?

By 
Cameron HUNT user avatar
Cameron HUNT
·
May. 18, 22 · Opinion
Likes (3)
Comment
Save
Tweet
Share
4.6K Views

Join the DZone community and get the full member experience.

Join For Free

Anyone watching the current (streaming?) video series of the 2022 EDA Summit is likely to once again be shocked by the number of EDA thought leaders making interminable references to event streaming. Why shocked? Because events are NEVER "streamed," and anyone claiming to understand EDA probably ought to understand that fairly fundamental point.

The Oxford Dictionary defines "streaming" as "a method of transmitting or receiving data (especially video and audio material) … as a steady, continuous flow, allowing playback to start while the rest of the data is still being received." Events, you are probably aware, are never split across separate payloads. Indeed, on major platforms such as AWS where event payloads are limited to a maximum of 256 KB, even then I have never seen an individual event payload that came close to exceeding this limit.

Some might argue that if events ever did pass the 256 KB limit set by AWS, then at that point in time, those events will indeed need to be "streamed," or split across numerous payloads. In fact, at least in the case of AWS (and my space is somewhat limited), even those payloads aren’t split; they are in no way "streamed." The full event payload is instead delivered to an S3 Bucket, and the trimmed event is sent as normal, with the exception of it containing a link to the full event payload in S3. As such, in the example of extremely large event payloads on AWS, even those payloads are never "streamed" (because no one sends videos as events).

So does the term "event streaming" even make sense? In fact, yes, but only when followed by the keyword "analytics," as in event streaming analytics. In the case of event streaming analytics, events are analyzed as a — logical — stream within the context of a rolling window of time. (Event) streaming analytics almost always relates to IoT, where the last — rolling — 30 minutes of events, for example, are compared with each other to detect discrepancies (e.g., in temperature). But once again, each individual payload delivered within the rolling window under analysis was received all at once, in its integrality: fairly obvious given the micro-size of IoT (MQTT) payloads.

This might all seem quite trivial, like normal marketing blah blah, but I believe that those pundits within the EDA community making endless references to "event streaming" — and here I think especially of the those pushing Kafka (which as far as I am aware has no pre-packaged "streaming analytics" capabilities, only Java/Scala libraries inviting you to code your own) — are in fact doing the community a disservice by adding unnecessary and factually incorrect confusion. The next time you receive multiple spams in the space of a minute, ask yourself if those emails were not in fact "streamed" to you? If MS Outlook isn’t, in the end, an "email streaming" client?

Event Payload (computing)

Published at DZone with permission of Cameron HUNT. See the original article here.

Opinions expressed by DZone contributors are their own.

Related

  • Handle HL7 MLLP Messages With Mule 4
  • Microservices with .NET Core: Building Scalable and Resilient Applications
  • Monitoring Kubernetes Service Topology Changes in Real Time
  • How to Enhance the Performance of .NET Core Applications for Large Responses

Partner Resources


Comments

The likes didn't load as expected. Please refresh the page and try again.

ABOUT US

  • About DZone
  • Support and feedback
  • Community research
  • Sitemap

ADVERTISE

  • Advertise with DZone

CONTRIBUTE ON DZONE

  • Article Submission Guidelines
  • Become a Contributor
  • Core Program
  • Visit the Writers' Zone

LEGAL

  • Terms of Service
  • Privacy Policy

CONTACT US

  • 3343 Perimeter Hill Drive
  • Suite 100
  • Nashville, TN 37211
  • support@dzone.com

Let's be friends: