这是indexloc提供的服务,不要输入任何密码
Skip to content

DX for event triggers on column updates #547

@tirumaraiselvan

Description

@tirumaraiselvan

We want to give users ability to listen on events only when certain columns change for a record. Currently, we send events when the record changes even if certain columns did not change.

We have two options:

  1. Simple: Listen on specified columns but send entire record as payload.
  2. Full : Listen on specified columns and send (some other) specified columns as payload.

1 is easy to understand. 2 is somewhat confusing as there are now two types of column expressions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    c/consoleRelated to consolec/serverRelated to server

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions