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 servers for each operation have been separated, and all types have been moved to specific packages. For example, for map operations, we will no longer use FunctionServer to start the server. Instead, we will be using the Server class inside the mapper package. The same changes have been made for other operations like reduce, source transformer, sink, and mapstream. Please update your SDKs accordingly to ensure compatibility with the latest version of Numaflow. For reference, please take a look at the examples. Full Changelog: v0.4.8...v0.5.0