Skip to content

Commit 398c660

Browse files
committed
Remove limitation from docs
1 parent cf48dca commit 398c660

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

spring-pulsar-docs/src/main/antora/modules/ROOT/pages/reference/pulsar/message-consumption.adoc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ Spring Boot provides this consumer factory which you can further configure by sp
1515

1616
TIP: The `spring.pulsar.consumer.subscription.name` property is ignored and is instead generated when not specified on the annotation.
1717

18-
TIP: The `spring.pulsar.consumer.subscription-type` property is ignored and is instead taken from the value on the annotation. However, you can set the `subscriptionType = {}` on the annotation to instead use the property value as the default.
19-
20-
2118
Let us revisit the `PulsarListener` code snippet we saw in the quick-tour section:
2219

2320
[source, java]

spring-pulsar-docs/src/main/antora/modules/ROOT/pages/reference/reactive-pulsar/reactive-message-consumption.adoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,6 @@ Spring Boot provides this consumer factory which you can further configure by sp
122122

123123
TIP: The `spring.pulsar.consumer.subscription.name` property is ignored and is instead generated when not specified on the annotation.
124124

125-
TIP: The `spring.pulsar.consumer.subscription-type` property is ignored and is instead taken from the value on the annotation. However, you can set the `subscriptionType = {}` on the annotation to instead use the property value as the default.
126-
127125
=== Generic records with AUTO_CONSUME
128126
If there is no chance to know the type of schema of a Pulsar topic in advance, you can use the `AUTO_CONSUME` schema type to consume generic records.
129127
In this case, the topic deserializes messages into `GenericRecord` objects using the schema info associated with the topic.

0 commit comments

Comments
 (0)