python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
NATS JetStream: Is it possible to explicitly ask from JetStream to (re)send the last few messages it received in subject foo.*?
Essentially what the subject says.
I'm wondering if JetStream can be queried in a way that allows us to refetch either the last 15 messages of subject "foo.*" or the messages that JetStream ...
XDS
Votes: 0
Answers: 2
How to create NATS push consumer using jscontext.newConsumer() in Golang
While creating js context AddConsumer(topic.ID(), &nats.ConsumerConfig{}) creating pull consumer, Is there any way to create a push consumer using addconsumer

Rupak
Votes: 0
Answers: 2
WorkRequest is not executed for handling nats.io notification on Android
I'm tinkering with nats.io as an alternative to Firebase Cloud Messaging
Here's the MainActivity:
mport android.content.Intent
import android.os.Build
import androidx.appcompat.app.AppCompatActivity
i...

anta40
Votes: 0
Answers: 0
NullPointerException occured when trying to subscribe to nats.io topic
I'm evaluating whether nats.io is an okay replacement for Firebase Cloud Messaging or not.
This is my started code which uses nats-android library
import androidx.appcompat.app.AppCompatActivity;
imp...

anta40
Votes: 0
Answers: 0