You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The classes available reflects the one available in Java, but for a .NET user many concept are consolidated: API with CancellationToken or async/await pattern.
Describe the solution you'd like
Extend some of the main methods within the classes with the feature described. It is possible to start from KafkaConsumer and KafkaProducer
Describe alternatives you've considered
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered:
* Reduced download time from repository
* Version upgrade
* Class fix
* #43: added some API with .NET style
* #6: improvements of Consumer APIs
* #33 (comment)
* #43: refinement
* Upgrade templates
Is your feature request related to a problem? Please describe.
The classes available reflects the one available in Java, but for a .NET user many concept are consolidated: API with CancellationToken or async/await pattern.
Describe the solution you'd like
Extend some of the main methods within the classes with the feature described. It is possible to start from KafkaConsumer and KafkaProducer
Describe alternatives you've considered
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: