Added generic MessageProcessor abstraction to unify signatures and handling between different exact implementations #976
build_and_test.yml
on: pull_request
Build application code
30s
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>'.
|