Skip to content

Added batch size and wait time validation (#172) #83

Added batch size and wait time validation (#172)

Added batch size and wait time validation (#172) #83

Triggered via push December 24, 2023 23:12
Status Success
Total duration 2m 4s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/Memphis.Client/MemphisClient.Producer.cs#L49
Cannot convert null literal to non-nullable reference type.
build: src/Memphis.Client/MemphisClient.Producer.cs#L50
Cannot convert null literal to non-nullable reference type.
build: src/Memphis.Client/MemphisClient.Producer.cs#L94
Cannot convert null literal to non-nullable reference type.
build: src/Memphis.Client/MemphisClient.Producer.cs#L95
Cannot convert null literal to non-nullable reference type.
build: src/Memphis.Client/MemphisClient.Producer.cs#L129
Cannot convert null literal to non-nullable reference type.
build: src/Memphis.Client/MemphisClient.cs#L167
'MemphisConsumerOptions.GenerateUniqueSuffix' is obsolete: 'GenerateUniqueSuffix will be stopped to be supported after November 1'st, 2023.'
build: src/Memphis.Client/Consumer/MemphisConsumer.cs#L303
The variable 'exception' is declared but never used
build: src/Memphis.Client/Producer/MemphisProducer.cs#L113
Possible null reference argument for parameter 'messageId' in 'Task MemphisClient.ProduceAsync(MemphisProducerOptions options, byte[] message, NameValueCollection headers = null, string messageId = null, bool asyncProduceAck = true, string partitionKey = "", int partitionNumber = -1, CancellationToken cancellationToken = default(CancellationToken))'.
build: src/Memphis.Client/MemphisClient.cs#L643
'MemphisConsumerOptions.GenerateUniqueSuffix' is obsolete: 'GenerateUniqueSuffix will be stopped to be supported after November 1'st, 2023.'
build: src/Memphis.Client/MemphisClient.cs#L643
'FetchMessageOptions.GenerateUniqueSuffix' is obsolete: 'GenerateUniqueSuffix will be stopped to be supported after November 1'st, 2023.'