java-sdk
java-sdk copied to clipboard
Dapr SDK for Java
## Expected Behavior Successfully compile and package the project - No errors while following the README steps. ``` [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] dapr-sdk-parent 1.10.0-SNAPSHOT .................... SUCCESS [...
According to https://docs.dapr.io/developing-applications/building-blocks/pubsub/pubsub-cloudevents/ v1.0 CloudEvent should contains parameter [ traceparent traceid tracestate topic pubsubname time]. But when we are using dapr-sdk 1.8.0, there is no [ traceparent traceid tracestate topic...
When I use gradle to build my project, I got the following error: ``` > Could not find com.fasterxml.jackson:jackson-bom:2.13.4.1. Searched in the following locations: - https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-bom/2.13.4.1/jackson-bom-2.13.4.1.pom - https://repo.repsy.io/mvn/chrynan/public/com/fasterxml/jackson/jackson-bom/2.13.4.1/jackson-bom-2.13.4.1.pom Required by:...
Currently, system test take docker compose to run and are not that easy to manage. Instead maintaining another pom, integration tests with [Testcontainers](https://www.testcontainers.org/) could be used. This would mimic system...
# Describe The purpose of this issue is to modify the README file of the existing pubsub examples to cover validation. ## Problem Currently, the README file provides a brief...
## Describe The purpose of this issue is to add examples of bulk subscribers over gRPC. This examples should cover the following: - How to implement gPRC service from AppCallbackAlpha...
Hi I would like to have the options to configure the grpc client for 1. ManagedChannel : having all options that ManagedChannelBuilder expose. For example; io.grpc.ManagedChannelBuilder#maxInboundMessageSize 3. Async stub: having...
## Ask your question here Used below code to Subscribing kafka message. But message not received. Dapr-SDK 1.7 is used. @Topic(name = "dapr_pubsub_input", pubsubName = "kafka-pubsub") public void receiveKafkaData(ConsumerRecord record)...
dapr/dapr#6197 implements two new APIs in Dapr: - `EncryptAlpha1` - `DecryptAlpha1` Both APIs are stream-based, so the SDK is expected to read input as a stream, send it to Dapr...
We started looking into graalVM support with spring 3.0 release (part of Spring Framework 6.0 released recently) In order to adopt Spring native (rather native image), we have to do...