This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://gist.github.com/anonymous/881c2a599e91d4033b6ef7a3b80f93ac |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0x436b38e0ee1dd396a0b016365e1b1fca7695c547 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using Confluent.Kafka; | |
using LinqKit; | |
using Medallion.Threading; | |
using Microsoft.Extensions.Logging; | |
using Microsoft.Extensions.Options; | |
using System.Collections.Concurrent; | |
using System.Diagnostics; | |
using System.Linq.Expressions; | |
using System.Runtime.CompilerServices; | |
using Techops.Shared.Helpers.Currency; |