Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-31716

Event UID field is missing the first time that an event is consumed

    XMLWordPrintableJSON

Details

    Description

      on `EventUtils.createOrUpdateEvent` we use a `Consumer<Event>` instance to `accept` the underlying event that is being created or updated.

      The first time an event is created, we are calling `client.resource(event).createOrReplace()` but we are discarding the return value of such method, and we are returning the `event` that we just created, which has an empty UID field.

      Attachments

        Activity

          People

            rodmeneses Rodrigo Meneses
            rodmeneses Rodrigo Meneses
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: