Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
262 views

I have a clustered real time system that produces a very large amount of binary logs. I get a bunch of binary logs from each node in the system and I want to view the logs in a convinent way. Mostly, ...
shaharhoch's user avatar
3 votes
1 answer
6k views

We are using Python and we want to use Opentelemetry for logs. I see that Logs for Python are not supported yet(https://opentelemetry.io/docs/instrumentation/python/) and for C++/.NET it is in beta/...
Yanir Raveh's user avatar
1 vote
1 answer
51 views

I'm having difficulty to understand when does a leader actually ACKs client. Here is part of a DistributedLog documentation: Each batched entry appended to a log segment will be assigned a ...
Majid Azimi's user avatar
  • 5,775
0 votes
1 answer
1k views

I used distributedlog AsyncLogReader to read records out of a distributedlog stream. for each log record in the stream, I found there are two sequence numbers associated with it, one is transaction id ...
Jay Juma's user avatar