runtime/src/main/scala/org/apache/pekko/grpc/internal/ServerReflectionImpl.scala (3 lines): - line 60: fileDescriptors) // TODO should we throw a NOT_FOUND if we don't know the container type at all? - line 66: // TODO Validate assumptions here - line 108: // fileDesc.findEnumTypeByName(typeOrService) != null || // TODO investigate if this is expected benchmark-java/src/main/java/org/apache/pekko/grpc/benchmarks/driver/LoadWorker.java (3 lines): - line 183: // FIXME: Shutdown server if we can - line 187: // FIXME should also shutdown workerServer if client (upstream of in) completes, see onComplete in original code - line 214: // FIXME Shutdown the client if we can runtime/src/main/scala/org/apache/pekko/grpc/internal/NettyClientUtils.scala (2 lines): - line 56: // TODO avoid nameResolverFactory #1092, then 'nowarn' can be removed above - line 167: // TODO can't you derive the method name from the descriptor? gradle-plugin/src/main/groovy/org/apache/pekko/grpc/gradle/PekkoGrpcPlugin.groovy (2 lines): - line 97: //TODO add test sources - line 179: project.getTasks().getByName("compileJava").dependsOn("printProtocLogs") //TODO logs for multi project builds runtime/src/main/scala/org/apache/pekko/grpc/internal/PekkoDiscoveryNameResolver.scala (2 lines): - line 59: // TODO at least log - line 63: // TODO at least log runtime/src/main/scala/org/apache/pekko/grpc/internal/GrpcRequestHelpers.scala (1 line): - line 50: // FIXME issue #1382 gzip shouldn't be included by default in Message-Accept-Encoding. benchmark-java/src/main/protobuf/payloads.proto (1 line): - line 34: // TODO (vpai): Fill this in once the details of complex, representative maven-plugin/src/main/scala/org/apache/pekko/grpc/maven/AbstractGenerateMojo.scala (1 line): - line 210: // TODO whitelist scala generator parameters instead of blacklist benchmark-java/src/main/java/org/apache/pekko/grpc/benchmarks/qps/AsyncClient.java (1 line): - line 195: // FIXME whenCompleteAsync? codegen/src/main/scala/org/apache/pekko/grpc/gen/scaladsl/ScalaClientCodeGenerator.scala (1 line): - line 36: // TODO: remove grpc-stub dependency once we have a pekko-http based client #193 benchmark-java/src/main/java/org/apache/pekko/grpc/benchmarks/driver/LoadClient.java (1 line): - line 211: // TODO: No support for sum of squares project/Common.scala (1 line): - line 70: // ignore imports in templates (FIXME why is that trailing .* needed?) benchmark-java/src/main/java/org/apache/pekko/grpc/benchmarks/driver/LoadServer.java (1 line): - line 64: // FIXME currently only Utils.serverHttpContext and the test certs are used codegen/src/main/scala/org/apache/pekko/grpc/gen/javadsl/JavaClientCodeGenerator.scala (1 line): - line 54: // TODO: remove grpc-stub dependency once we have a pekko-http based client #193 runtime/src/main/scala/org/apache/pekko/grpc/internal/PekkoNettyGrpcClientGraphStage.scala (1 line): - line 175: // FIXME share trailers through matval runtime/src/main/scala/org/apache/pekko/grpc/internal/PekkoHttpClientUtils.scala (1 line): - line 67: // TODO FIXME adapt to new API's for discovery, loadbalancing etc runtime/src/main/scala/org/apache/pekko/grpc/scaladsl/RequestBuilder.scala (1 line): - line 93: * FIXME for streaming response this doesn't really make sense, left it to keep parity with single response but maybe it should go runtime/src/main/scala/org/apache/pekko/grpc/internal/Codecs.scala (1 line): - line 26: // TODO should this list be made user-extensible?