Skip to content

An example pipeline which re-publishes events to different topics based a message attribute.

License

Notifications You must be signed in to change notification settings

ryanmcdowell/dataflow-pubsub-event-router

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dataflow Pub/Sub Event Router

A pipeline which re-publishes events to different topics based a message attribute. The event time is saved to an additional attribute, "ts", in the output so the next consumer can use the PubsubIO.withTimestampAttribute(..) to automatically place the message in the correct window.

Getting Started

Requirements

  • Java 8
  • Maven 3

Building the Project

Build the entire project using the maven compile command.

mvn clean && mvn compile

About

An example pipeline which re-publishes events to different topics based a message attribute.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages