4 questions
0
votes
1
answer
262
views
Log viewer for binary logs
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, ...
3
votes
1
answer
6k
views
Using Opentelemetry to write logs for Python
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/...
1
vote
1
answer
51
views
When does a leader ACKs client in DistributedLog?
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
...
0
votes
1
answer
1k
views
what is the difference between transaction id and sequence id of a distributedlog record?
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 ...