python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Get difference between two dates in seconds using Time Series Expression Syntax in Azure Time Series Insights Explorer
I have an Event Hub that sends data to Time Series Insights, with the following message format:
{
"deviceId" : "Device1",
"time" : "2022-03-30T21:27:29Z"
}
...
Alejandro Alvarez
Votes: 0
Answers: 1
Kafka org.apache.kafka.common.errors.TimeoutException for some of the records
Getting below error message when producing record to Azure event hub(kafka enabled)
Expiring 14 record(s) for eventhubname: 30125 ms has passed since batch creation plus linger time
Stack used azure...
Prakash_se7en
Votes: 0
Answers: 1
Close EventHubConsumerClient with a request
I have this code:
async def run_events_listener():
# Create an Azure blob checkpoint store to store the checkpoints.
checkpoint_store = BlobCheckpointStore.from_connection_string(os.getenv('CH...
Dzidzoiev Artem
Votes: 0
Answers: 2
Spring Cloud Stream with Azure EventHubs with TokenCredential
How to use azure TokenCredential with azure-spring-cloud-stream-binder-eventhubs to consume data from eventhubs. The default option is with using a connection string but I don’t have that. I have the ...
Rayeesahmed Shaikh
Votes: 0
Answers: 0