Added batch size and wait time validation (#172) #83
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.'
|