steinrr
steinrr
### Expected behavior I have a Spring Boot application where I loop until a key is found in Redis (Azure Redis). Everything works fine, and there are no issues. I...
Description =========== I am investigating using Azure Event Hub, and wish to use Kafka Connect to populate events to the event hub from an external system. Microsoft's documentation has this...
I am trying to run icloudpd on my Raspberry PI 3 (ARM v7). Creating network: ``` docker network create \ --driver=bridge \ --subnet=192.168.115.0/24 \ --gateway=192.168.115.254 \ --opt com.docker.network.bridge.name=icloudpd_br0 \ icloudpd_bridge...
We are creating the server side for a SOAP based service that uses MTOM/XOP to receive binary files (zip files). The xsd for the service has the following element definition...
Refering to this issue: [https://github.com/Azure/azure-event-hubs-java/issues/233](url) Was this ever solved in the library? Can we now use publisher policies and also specify partition key/partition number? If yes - are there any...