streampipes icon indicating copy to clipboard operation
streampipes copied to clipboard

Timestamp Conversion is Broken in Adapters

Open tenthe opened this issue 8 months ago • 0 comments

Body

Description

When a user tries to use the timestamp conversion in the event schema editor during the adapter creation, the timestamp is converted correctly in the live preview, but no events are emitted when the adapter is started.

Steps to Reproduce

  1. Open the event schema editor for a new adapter.
  2. Configure a timestamp conversion.
  3. Observe the timestamp conversion in the live preview.
  4. Start the adapter.

Expected Result

Events should be emitted with the correctly converted timestamp.

Actual Result

No events are emitted when the adapter is started.

Note

There seems to be an end-to-end test for this feature, but it is currently deactivated: adapter/rules/valueRules.ts.

StreamPipes Committer

I acknowledge that I am a maintainer/committer of the Apache StreamPipes project.

tenthe avatar Jun 26 '24 20:06 tenthe