Skip to content
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

Broken link in documentation [instructions to fix wanted] #381

Closed
oscarfh opened this issue Jun 8, 2021 · 1 comment · Fixed by #496
Closed

Broken link in documentation [instructions to fix wanted] #381

oscarfh opened this issue Jun 8, 2021 · 1 comment · Fixed by #496

Comments

@oscarfh
Copy link
Contributor

oscarfh commented Jun 8, 2021

This documentation states, under chapter Receiving and returning Reactive Types, the following:

Alternatively, you can use the @Blocking annotation to tell Micronaut to subscribe to the returned reactive type in a blocking manner which will result in blocking the poll loop, preventing offsets from being committed automatically:

The problem is that the link provided in @Blocking is this one: https://micronaut-projects.github.io/micronaut-kafka/latest/api/io/micronaut/core/annotation/Blocking.html which seems to be wrong, the correct would be: https://micronaut-projects.github.io/micronaut-core/latest/api/io/micronaut/core/annotation/Blocking.html .

I looked the code and it is defined as ann:core.annotation.Blocking[]. I didn't find anywhere where this ann prefix is set.
Changing its definition also seems wrong, since some annotations are indeed in the micronaut-kafka project.

Questions:

  • Where is ann defined? (Out of curiosity)
  • Is there any prefix I can use to reference an annotation in the code project?
@graemerocher
Copy link
Contributor

There is no prefix, you just need to change this to a regular asciidoctor link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants