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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
New :default_sink_type_id option on Chronicle.Client for configuring which storage sink Chronicle uses for all read models and reducers — accepts a WellKnownSinkTypes atom (:mongodb, :sql, :in_memory, :not_set) or a raw string for custom sink types
Chronicle.Sinks.WellKnownSinkTypes module with named constants and a resolve/1 helper
Changed
SinkDefinition.TypeId is now sent as a plain string instead of a Bcl.Guid, matching the updated Chronicle proto contracts