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
The SDK interface can be confusing to users because not everything we have exposed can be manipulated, and even if the compile time check passes, the runtime may not.
Current Usability problems
Numaflow User
I moved my Map function from UDF to Source (and vice-versa), and it is not working.
I have more than one map function; even if I register, only one takes effect.
I am able to register Map and Reduce but a vertex can be only Map or Reduce, not both.
Attaching a wrong container type to a vertex will not throw errors or warnings.
Numaflow SDK Developer
Map DatumResponse has watermark and event-time details that are not used (should we then remove it?)
The content you are editing has changed. Please copy your edits and refresh the page.
The SDK interface can be confusing to users because not everything we have exposed can be manipulated, and even if the compile time check passes, the runtime may not.
Current Usability problems
Tasks
The text was updated successfully, but these errors were encountered: