Dinu John

Results 8 issues of Dinu John

As a user of UnframedGrpcService I want the service support Content-Type [not limited to "application/protobuf"](https://github.com/line/armeria/blob/3c61331a7a14bc9b1339c91f5781cdce8bac4d2f/grpc/src/main/java/com/linecorp/armeria/server/grpc/UnframedGrpcService.java#L122-L129) because media type for protobuf is not standardized by an RFC and so many community...

defect

**Describe the bug** Health Check to Log Source or Otel Source returns 401 when Auth is enabled. If we have data prepper fronted by load balancer and load balancer is...

enhancement

**Is your feature request related to a problem? Please describe.** As a customer using DataPrepper to ingest OTel Trace and Metrics data using HTTP (without gRPC wire format), i want...

enhancement

**Is your feature request related to a problem? Please describe.** The current Data Prepper Authentication implementation of http basic auth requires the username and password to be provided as clear...

untriaged

### Description Create unit test report as html ### Check List - [x] New functionality includes testing. - [ ] New functionality has a documentation issue. Please link to it...

### Description Move MongoDB/DocDB stream checkpoint to separate thread ### Check List - [x] New functionality includes testing. - [ ] New functionality has a documentation issue. Please link to...

**Is your feature request related to a problem? Please describe.** We need a way to effectively monitor data flow to data prepper sink from kafka source. The purpose of this...

enhancement

**Describe the bug** The DynamoDB Source doesn't support parsing data with Control Characters Object deserialization/serialization doesn't handle Control Characters: https://github.com/opensearch-project/data-prepper/blob/main/data-prepper-plugins/dynamodb-source/src/main/java/org/opensearch/dataprepper/plugins/source/dynamodb/converter/StreamRecordConverter.java#L93 ``` [pool-18-thread-104] ERROR org.opensearch.dataprepper.plugins.source.dynamodb.converter.StreamRecordConverter - Failed to parse and convert...

bug