Skip to content

Added generic MessageProcessor abstraction to unify signatures and handling between different exact implementations #976

Added generic MessageProcessor abstraction to unify signatures and handling between different exact implementations

Added generic MessageProcessor abstraction to unify signatures and handling between different exact implementations #976

Triggered via pull request March 6, 2025 20:14
Status Failure
Total duration 33s
Artifacts

build_and_test.yml

on: pull_request
Build application code
30s
Build application code
Fit to window
Zoom out
Zoom in

Annotations

9 errors
Build application code
Process completed with exit code 2.
Build application code
Property 'client' is missing in type '{ connectionString: string; pool: NodePostgresPool; }' but required in type '{ connectionString: string; client: NodePostgresClient; pool: NodePostgresPool; }'.
Build application code
Property 'client' is missing in type '{ connectionString: string; pool: NodePostgresAmbientConnectionPool; }' but required in type '{ connectionString: string; client: NodePostgresClient; pool: NodePostgresPool; }'.
Build application code
Argument of type 'PostgreSQLProcessor<ConsumerMessageType>' is not assignable to parameter of type 'MessageProcessor<ConsumerMessageType, ReadEventMetadataWithGlobalPosition, ExtendableContext>'.
Build application code
Type 'PostgreSQLProcessor' is not assignable to type 'MessageProcessor<Message, ReadEventMetadataWithGlobalPosition, ExtendableContext>'.
Build application code
Type 'PostgreSQLProcessor' is not assignable to type 'MessageProcessor<Message, ReadEventMetadataWithGlobalPosition, ExtendableContext>'.
Build application code
Type 'PostgreSQLProcessor' is not assignable to type 'MessageProcessor<Message, ReadEventMetadataWithGlobalPosition, ExtendableContext>'.
Build application code
Type 'PostgreSQLProcessor' is not assignable to type 'MessageProcessor<Message, ReadEventMetadataWithGlobalPosition, ExtendableContext>'.
Build application code
Type 'PostgreSQLProcessor' is not assignable to type 'MessageProcessor<Message, ReadEventMetadataWithGlobalPosition, ExtendableContext>'.