foreign/csharp/Iggy_SDK/IggyClient/Implementations/TcpMessageStream.cs (8 lines): - line 291: //TODO - explore making fields of Message class mutable, so there is no need to create em from scratch - line 318: //TODO - explore making fields of Message class mutable, so there is no need to create em from scratch - line 438: //TODO - check with profiler whether this doesn't cause a lot of allocations - line 444: //TODO - look into calling the non generic FetchMessagesAsync method in order - line 940: // TODO: CreateUser returns information about created user (same class as GetUser). - line 1034: // TODO: maybe refactor later, for now static 12 - line 1054: //TODO: Figure out how to solve this workaround about default of TokenInfo - line 1172: //TODO: Figure out how to solve this workaround about default of TokenInfo foreign/csharp/Iggy_SDK_Tests/E2ETests/TopicsE2E.cs (7 lines): - line 32: // TODO: This code block is commmented bacause TCP implementation is not working properly. - line 54: // TODO: This code block is commmented bacause TCP implementation is not working properly. - line 90: // TODO: This code block is commmented bacause TCP implementation is not working properly. - line 135: // TODO: This code block is commmented bacause TCP implementation is not working properly. - line 165: // TODO: This code block is commmented bacause TCP implementation is not working properly. - line 189: // TODO: This code block is commmented bacause TCP implementation is not working properly. - line 213: // TODO: This code block is commmented bacause TCP implementation is not working properly. foreign/csharp/Iggy_SDK_Tests/E2ETests/ConsumerGroupE2E.cs (7 lines): - line 57: // TODO: This code block is commented because TCP implementation is not working properly. - line 75: // TODO: This code block is commented because TCP implementation is not working properly. - line 107: // TODO: This code block is commented because TCP implementation is not working properly. - line 132: // TODO: This code block is commented because TCP implementation is not working properly. - line 147: // TODO: This code block is commented because TCP implementation is not working properly. - line 174: // TODO: This code block is commented because TCP implementation is not working properly. - line 189: // TODO: This code block is commented because TCP implementation is not working properly. foreign/csharp/Iggy_SDK_Tests/E2ETests/StreamsE2E.cs (7 lines): - line 29: // TODO: This code block is commmented bacause TCP implementation is not working properly. - line 47: // TODO: This code block is commmented bacause TCP implementation is not working properly. - line 69: // TODO: This code block is commmented bacause TCP implementation is not working properly. - line 97: // TODO: This code block is commmented bacause TCP implementation is not working properly. - line 119: // TODO: This code block is commmented bacause TCP implementation is not working properly. - line 138: // TODO: This code block is commmented bacause TCP implementation is not working properly. - line 157: // TODO: This code block is commmented bacause TCP implementation is not working properly. foreign/csharp/Iggy_SDK/IggyClient/Implementations/HttpMessageStream.cs (6 lines): - line 26: //TODO - create mechanism for refreshing jwt token - line 27: //TODO - replace the HttpClient with IHttpClientFactory, when implementing support for ASP.NET Core DI - line 28: //TODO - the error handling pattern is pretty ugly, look into moving it into an extension method - line 185: //TODO - maybe get rid of this closure ? - line 302: //TODO - check with profiler whether this doesn't cause a lot of allocations - line 489: //TODO - this doesn't work prob needs a custom json serializer foreign/csharp/Iggy_SDK_Tests/E2ETests/FetchMessagesE2E.cs (6 lines): - line 55: // TODO: This code block is commmented bacause TCP implementation is not working properly. - line 81: // TODO: This code block is commmented bacause TCP implementation is not working properly. - line 115: // TODO: This code block is commmented bacause TCP implementation is not working properly. - line 140: // TODO: This code block is commmented bacause TCP implementation is not working properly. - line 176: // TODO: This code block is commmented bacause TCP implementation is not working properly. - line 220: // TODO: This code block is commmented bacause TCP implementation is not working properly. foreign/csharp/Iggy_SDK_Tests/E2ETests/PATE2E.cs (5 lines): - line 32: // TODO: This code block is commmented bacause TCP implementation is not working properly. - line 52: // TODO: This code block is commmented bacause TCP implementation is not working properly. - line 83: // TODO: This code block is commmented bacause TCP implementation is not working properly. - line 117: // TODO: This code block is commmented bacause TCP implementation is not working properly. - line 146: // TODO: This code block is commmented bacause TCP implementation is not working properly. foreign/csharp/Iggy_SDK/Contracts/Tcp/TcpContracts.cs (4 lines): - line 16: //TODO - write unit tests for all the user related contracts - line 387: //TODO - this required testing on different cpu architectures - line 421: //TODO - this required testing on different cpu architectures - line 458: //TODO - this required testing on different cpu architectures foreign/csharp/Iggy_SDK_Tests/E2ETests/SendMessagesE2E.cs (4 lines): - line 50: // TODO: This code block is commmented bacause TCP implementation is not working properly. - line 69: // TODO: This code block is commmented bacause TCP implementation is not working properly. - line 88: // TODO: This code block is commmented bacause TCP implementation is not working properly. - line 107: // TODO: This code block is commmented bacause TCP implementation is not working properly. foreign/csharp/Iggy_SDK_Tests/E2ETests/PartitionsE2E.cs (4 lines): - line 37: // TODO: This code block is commmented bacause TCP implementation is not working properly. - line 57: // TODO: This code block is commmented bacause TCP implementation is not working properly. - line 83: // TODO: This code block is commmented bacause TCP implementation is not working properly. - line 113: // TODO: This code block is commmented bacause TCP implementation is not working properly. core/server/src/streaming/systems/topics.rs (3 lines): - line 222: // TODO: if message_expiry is changed, we need to check if we need to purge messages based on the new expiry - line 223: // TODO: if max_size_bytes is changed, we need to check if we need to purge messages based on the new size - line 224: // TODO: if replication_factor is changed, we need to do `something` foreign/csharp/Iggy_SDK_Tests/E2ETests/OffsetE2E.cs (2 lines): - line 41: // TODO: This code block is commmented bacause TCP implementation is not working properly. - line 62: // TODO: This code block is commmented bacause TCP implementation is not working properly. foreign/node/src/wire/message/header.utils.ts (2 lines): - line 93: // @TODO debug - line 178: // @TODO ? foreign/csharp/Iggy_SDK_Tests/BehaviorTests/ConsumerGroupPolling/Steps/MultipleConsumersPollingSteps.cs (2 lines): - line 11: //TODO: Cleanup this mess - line 12: //TODO: All code blocks were commented because the TCP implementation needs to be aligned with Iggyrs core changes foreign/csharp/Iggy_SDK/JsonConfiguration/MessageResponseGenericConverter.cs (1 line): - line 55: //TODO - look into getting rid of this boxing foreign/csharp/Iggy_SDK/Factory/TcpMessageStreamBuilder.cs (1 line): - line 32: //TODO - this channel will probably need to be refactored, to accept a lambda instead of MessageSendRequest foreign/csharp/Iggy_SDK/Factory/HttpMessageStreamBuilder.cs (1 line): - line 31: //TODO - this channel will probably need to be refactored, to accept a lambda instead of MessageSendRequest foreign/csharp/Iggy_SDK/Mappers/BinaryMapper.cs (1 line): - line 10: //TODO - write unit tests for all the users related mappers web/src/lib/api/handleFetchErrors.ts (1 line): - line 41: // TODO: Refresh token foreign/csharp/Iggy_SDK_Tests/E2ETests/PollMessagesE2E.cs (1 line): - line 58: // TODO: This code block is commmented bacause TCP implementation is not working properly. foreign/csharp/Iggy_SDK/Factory/MessageStreamFactory.cs (1 line): - line 19: //TODO - this whole setup will have to be refactored later,when adding support for ASP.NET Core DI foreign/csharp/Iggy_SDK_Tests/E2ETests/UtilsE2E.cs (1 line): - line 33: // TODO: This code block is commented because TCP implementation is not working properly. web/src/lib/components/Modals/InspectMessage.svelte (1 line): - line 26: // TODO: whether all header values should be decoded? foreign/csharp/Iggy_SDK/Errors/ErrorFactory.cs (1 line): - line 3: //TODO - refactor whole error system, once the contract is set and stone. web/src/lib/components/Button.svelte (1 line): - line 3: core/bench/report/src/prints.rs (1 line): - line 38: // TODO: make this configurable