updates kafka dependency to 2.3 and fixes breaking changes #434
Annotations
11 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build:
core/EnumerableExtensions.cs#L13
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
core/Metrics/Sensor.cs#L73
Cannot convert null literal to non-nullable reference type.
|
build:
core/Metrics/Sensor.cs#L91
Cannot convert null literal to non-nullable reference type.
|
build:
core/Metrics/Sensor.cs#L109
Cannot convert null literal to non-nullable reference type.
|
build:
core/Metrics/Sensor.cs#L129
Cannot convert null literal to non-nullable reference type.
|
build:
core/Crosscutting/Bytes.cs#L119
'Bytes.Bytes(byte[])' is obsolete: 'Will be removed last release version'
|
build:
core/StreamConfig.cs#L2267
'StreamConfig.BufferedRecordsPerPartition' is obsolete: 'Librdkafka clients manage internally a backpressure. So this configuration will be remove in the next release.'
|
build:
core/State/RocksDb/WindowKeyBytes.cs#L64
'Bytes.Bytes(byte[])' is obsolete: 'Will be removed last release version'
|
build:
core/State/RocksDb/RocksDbRangeEnumerator.cs#L47
'Bytes.Bytes(byte[])' is obsolete: 'Will be removed last release version'
|
build:
core/State/RocksDb/RocksDbRangeEnumerator.cs#L58
'Bytes.Bytes(byte[])' is obsolete: 'Will be removed last release version'
|