Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 669 Bytes

File metadata and controls

16 lines (9 loc) · 669 Bytes

statefun-examples

🌰 Dylan's Flink Stateful Functions 3.2 examples.

remote-example

Demonstrates two functions, named supply and basket. The functions are invoked remotely, and coordinate to allow users to request products to add to their shopping basket.

embedded-example

Demonstrates two functions, named supply and basket. The functions are deployed with the Flink cluster, and coordinate to allow users to request products to add to their shopping basket.

bootstrap-example

Demontrates the generation of a savepoint file with data that we can use to bootstrap our example applications.