Skip to content

Fix references to invalid 'ackTimeout' property #1015

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 21, 2025

Conversation

onobc
Copy link
Collaborator

@onobc onobc commented Jan 21, 2025

The docs has code examples using a consumer property named ackTimeout. However, the actual property name is ackTimeoutMillis. This updates those references.

Resolves #1010

The docs has code examples using a consumer property named
`ackTimeout`. However, the actual property name is
`ackTimeoutMillis`. This updates those references.

Resolves spring-projects#1010
@onobc onobc added the type: documentation A documentation update label Jan 21, 2025
@onobc onobc added this to the 1.2.2 milestone Jan 21, 2025
@onobc onobc merged commit 03c0da3 into spring-projects:main Jan 21, 2025
7 checks passed
@onobc onobc deleted the GH-1010-fixdocs-ackTimeout branch January 21, 2025 19:53
onobc added a commit to onobc/spring-pulsar that referenced this pull request Jan 21, 2025
The docs has code examples using a consumer property named
`ackTimeout`. However, the actual property name is
`ackTimeoutMillis`. This updates those references.

Resolves spring-projects#1010

(cherry picked from commit 03c0da3)
onobc added a commit that referenced this pull request Jan 21, 2025
The docs has code examples using a consumer property named
`ackTimeout`. However, the actual property name is
`ackTimeoutMillis`. This updates those references.

Resolves #1010

(cherry picked from commit 03c0da3)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: documentation A documentation update
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Exception occurred in configuring ackTimeout attribute, which caused the project to fail to start.
1 participant