Charly Fau
Charly Fau
The `omit()` method and the `withInstanceCount()` could return a modified copy of the original fixture. That way you can reuse the fixture with different configurations (omitted fields, count) without the...
Thanks @jcteague for your comments. The use case is to generate sample Commands, Queries, or Events. The CQRS logic dispatch to command/query/event handlers by object class (object constructor). For example...
AFAIK type guards are limited to native types. All classes will report "object" for its type.
https://github.com/confluentinc/confluent-kafka-javascript is in version 1.3.1, seems to be productive now.