Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
61 views

Problem I'm setting up a Spring Boot application with Apache Pulsar integration using Spring Cloud Stream. When trying to build my project, I'm getting the following error: auth-service:main: Could ...
OmniCoder77's user avatar
1 vote
0 answers
93 views

Kafka on Pulsar (KoP), which was a solution enabling Pulsar to support the Kafka protocol, has now been archived. This means that the active development and maintenance of KoP may have ceased. For ...
chen amos's user avatar
  • 131
0 votes
0 answers
137 views

We want to use Pulsar binder to configure Pulsar consumer that produces on Kafka with usage of multibinder approach (https://docs.spring.io/spring-cloud-stream/reference/spring-cloud-stream/multiple-...
Dagmara's user avatar
0 votes
1 answer
231 views

I tried to use Spring Pulsar to create a topic on an Apache Pulsar instance in the cloud, but after implementing the connection settings, I keep getting the following error: Caused by: org.apache....
J. Hu's user avatar
  • 53
0 votes
1 answer
254 views

Is there a way in Spring-Pulsar to change the namespace and tenant? By default, Spring-Pulsar goes to public tenant and default namespace. I want to use a property or application.yml to set a default ...
user3120289's user avatar
0 votes
1 answer
67 views

We are using Spring pulsar (with SpringBoot) to create and consume JSON messages in Kotlin. However, to better support Kotlin+Json we need to create a custom ObjectMapper. Is it possible to force ...
Gootik's user avatar
  • 508
1 vote
1 answer
165 views

I have a usecase where I need to start listeners programmatically based on some configuration at runtime. I was wondering how to register pulsar listeners at runtime without using the static @...
Gootik's user avatar
  • 508
0 votes
1 answer
88 views

I'm following the documentation of Spring for Apache Pulsar https://docs.spring.io/spring-pulsar/docs/0.1.0-M1/reference/html/#pulsar-client, but I can't find the configuration options for failover ...
Suzy's user avatar
  • 107
0 votes
1 answer
60 views

This testing documentation for Spring Pulsar Testing Applications mentions a spring-pulsar-test dependency. I have not been able to find this dependency in Maven Central and my attempts at including ...
menapole's user avatar
  • 1,198
0 votes
1 answer
89 views

I am wondering if it is possible to do something like this @Value("${pulsar.topic.name}") private String topicName; @PulsarListener(subscriptionName = "subscription-name", ...
menapole's user avatar
  • 1,198
0 votes
1 answer
167 views

Consider the code for consuming messages from Apache Pulsar that is set up with spring-pulsar: @PulsarListener( subscriptionName = "hello-pulsar-sub-2", topics = "#{...
Konrad's user avatar
  • 396
0 votes
2 answers
502 views

I have an issue in pulsar consumer The subscription type is Key_Shared The consumer consumed message, it has been disconnected from pulsar with network error and pod has been restarted and message has ...
Saeed Shahsavan's user avatar
0 votes
1 answer
195 views

I have followed the steps and completed the Geo replication setup as per the pulsar documentation https://pulsar.apache.org/docs/3.1.x/administration-geo/ All the geo replication related setup was ...
Sathiskumar Perumal's user avatar
1 vote
2 answers
459 views

Let's say I have the following pulsar config: pulsar: topicX: client: config: numIoThreads: 3 numListenerThreads: 15 consumer: config: receiverQueueSize: ...
Thomas Verhoeven's user avatar
0 votes
1 answer
861 views

I am trying to implement a simple messaging queue using Spring Boot and Apache Pulsar. The system works fine when working with String datatype but not for a Custom Object. Below are the object I'm ...
Neha P's user avatar
  • 33

15 30 50 per page