You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: examples/simple-source/src/main.rs
+2-1
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,5 @@
1
-
///! An example for simple User Defined Source. It generates a continuous increasing sequence of offsets and some data for each call to [`numaflow::source::sourcer::read`].
1
+
//! An example for simple User Defined Source. It generates a continuous increasing sequence of offsets
2
+
//! and some data for each call to [`numaflow::source::sourcer::read`].
Copy file name to clipboardexpand all lines: numaflow/src/lib.rs
+2
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,8 @@ pub mod batchmap;
40
40
/// mapstream is for writing the map in [stream mode](https://numaflow.numaproj.io/user-guide/user-defined-functions/map/map/#streaming-mode) handlers.
0 commit comments