2019-07-04 11:35:34 UTC - Alexandre DUVAL: Hi, how a topic can exists and be
running while its schema returns 404?
----
2019-07-04 11:40:58 UTC - Alexandre DUVAL: it's bytes?
----
2019-07-04 11:53:51 UTC - Alexandre DUVAL: It is, the default one, ok.
+1 : jia zhai
----
2019-07-04 11:58:20 UTC - Alexandre DUVAL: In pulsar function what's the input
object class to handle bytes?
----
2019-07-04 11:59:28 UTC - Alexandre DUVAL: Will try with `byte[]`.
----
2019-07-04 12:18:36 UTC - gleim: @gleim has joined the channel
----
2019-07-04 13:22:49 UTC - dipali: pulsar dashboard is not updating real time.
is is a normal feature?
----
2019-07-04 14:47:38 UTC - Alexandre DUVAL: Is it possible to make broker keep
topic's messages even without subscription? And how? I definied retention and
offload parameters to namespace used but nothing is kept.
----
2019-07-04 14:55:29 UTC - jia zhai: @dipali By default, It is updated every 1
minutes.
----
2019-07-04 14:59:40 UTC - jia zhai: @Alexandre DUVAL
<https://pulsar.apache.org/docs/en/cookbooks-retention-expiry/#retention-policies>
Is this retention setting not working?
----
2019-07-04 15:00:35 UTC - Alexandre DUVAL: ```yo-pulsar-c1-n7 /pulsar #
bin/pulsar-admin namespaces get-retention yo/logs
{
"retentionTimeInMinutes" : 1000,
"retentionSizeInMB" : 500
}
```
----
2019-07-04 15:00:58 UTC - Alexandre DUVAL: It appears to be working.
----
2019-07-04 15:01:23 UTC - Alexandre DUVAL: But when I produce to fresh created
yo/logs/<topic_name> it does not keep the messages without subscription
created.
----
2019-07-04 18:09:33 UTC - bennet: @bennet has joined the channel
----
2019-07-04 18:49:19 UTC - bennet: Hello, I generated a secret key and made the
following configuration to the broker.conf
*authenticationEnabled=true*
*authorizationEnabled=true*
*authenticationProviders=org.apache.pulsar.broker.authentication.AuthenticationProviderToken*
*# If using secret key*
*tokenSecretKey=file:///opt/apache-pulsar-dir/conf/secret.key*
How ever when starting the server,../bin/pulsar-daemon start broker, its giving
me exception
18:33:39.499 [pulsar-io-23-2] INFO org.apache.pulsar.broker.service.ServerCnx
- New connection from /127.0.0.1:59808
18:33:39.500 [pulsar-io-23-2] WARN org.apache.pulsar.broker.service.ServerCnx
- [/127.0.0.1:59808] Unable to authenticate: Unsupported authentication mode:
none
18:33:39.501 [pulsar-io-23-2] INFO org.apache.pulsar.broker.service.ServerCnx
- Closed connection from /127.0.0.1:59808
18:33:39.501 [pulsar-client-io-48-1] WARN
org.apache.pulsar.client.impl.ClientCnx - [127.0.0.1/127.0.0.1:6650] Got
exception IllegalArgumentException : null
java.lang.IllegalArgumentException: null
at
com.google.common.base.Preconditions.checkArgument(Preconditions.java:108)
~[com.google.guava-guava-21.0.jar:?]
at
org.apache.pulsar.client.impl.ClientCnx.handleError(ClientCnx.java:527)
~[org.apache.pulsar-pulsar-client-original-2.3.2.jar:2.3.2]
at
org.apache.pulsar.common.api.PulsarDecoder.channelRead(PulsarDecoder.java:157)
~[org.apache.pulsar-pulsar-common-2.3.2.jar:2.3.2]
Should I touch some other conf files? Please help....@here
----
2019-07-04 22:01:00 UTC - Alexandre DUVAL: @jia zhai poke
----
2019-07-05 00:22:18 UTC - jia zhai: @Alexandre DUVAL How do you find it not
keep messages?
what is the out put of stats-internal?
`bin/pulsar-admin topics stats-internal xxx`
----