Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
1 answer
729 views

org.openqa.selenium.WebDriverException: unknown error: net::ERR_SSL_VERSION_OR_CIPHER_MISMATCH error initiating Brave browser using Selenium on MAC

I am trying to launch and control Brave browser using Selenium. It is part of a larger project where other popular browsers are automated as well. I used ChromeOptions and gave the path location of ...
rajeshs's user avatar
-1 votes
1 answer
434 views

HTTP redirect does not work in every browser

I am running an HTTP-Server with a ServerSocket and listening for Socket's that the server accepts. I want to redirect to an external site depending the request. So far I parse the request and write ...
l2poca's user avatar
  • 17
1 vote
0 answers
2k views

Zipkin : zipkin2.reporter.AsyncReporter$BoundedAsyncReporter flush Dropped 1 spans due to SocketTimeoutException(connect timed out)

Small Zipkin question, how to set the time out please? I am writing a very simple piece of code, where I am the client, and sending requests to a server. import brave.Span; import brave.Tracing; ...
PatPanda's user avatar
  • 4,520
1 vote
1 answer
861 views

Java Brave Zipkin: TraceId unchanged for each different http requests

Small tracing question regarding Java and Brave/Zipkin please. I am having a very small program, using Java 11 and Brave with versions as follow: <dependency> <groupId>...
PatPanda's user avatar
  • 4,520
0 votes
1 answer
3k views

Java - Brave / Zipkin: Current Span Null

Small question regarding a Java application, with Brave / Zipkin for traces please. I have a very simple piece of code (code + maven pom attached, ready to run and reproduce the issue) import io.netty....
PatPanda's user avatar
  • 4,520
1 vote
1 answer
1k views

Where is X-B3-SpanId constant defined?

In https://static.javadoc.io/org.springframework.cloud/spring-cloud-sleuth-core/1.2.0.RELEASE/org/springframework/cloud/sleuth/Span.html#SPAN_ID_NAME there's a constant for X-B3-SpanId but that ...
Archimedes Trajano's user avatar
0 votes
1 answer
3k views

Zipkin Integration With RabbitMQ for tracing

I have two Microservices (Spring boot application) . For tracing I am using <artifactId>spring-cloud-sleuth-zipkin</artifactId> along with zipkin. Service A is producer and send message ...
Noshaf's user avatar
  • 254
1 vote
1 answer
688 views

Zipkin for Java application

I have Java application that is sending requests to Spring Boot applications. I have implemented zipkin+sleuth on the Spring Boot applications and get traces. Now I want to implement zipkin on the ...
xmlParser's user avatar
  • 1,961