Spring Operator
b7b93c1352
URL Cleanup
...
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).
# Fixed URLs
## Fixed But Review Recommended
These URLs were fixed, but the https status was not OK. However, the https status was the same as the http request or http redirected to an https URL, so they were migrated. Your review is recommended.
* [ ] http://compose.docker.io/ (UnknownHostException) with 2 occurrences migrated to:
https://compose.docker.io/ ([https](https://compose.docker.io/ ) result UnknownHostException).
## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.
* [ ] http://docs.confluent.io/2.0.0/kafka/security.html with 2 occurrences migrated to:
https://docs.confluent.io/2.0.0/kafka/security.html ([https](https://docs.confluent.io/2.0.0/kafka/security.html ) result 200).
* [ ] http://github.com/ with 3 occurrences migrated to:
https://github.com/ ([https](https://github.com/ ) result 200).
* [ ] http://kafka.apache.org/090/documentation.html with 4 occurrences migrated to:
https://kafka.apache.org/090/documentation.html ([https](https://kafka.apache.org/090/documentation.html ) result 200).
* [ ] http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html with 2 occurrences migrated to:
https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html ([https](https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html ) result 200).
* [ ] http://docs.spring.io/spring-cloud-stream-binder-kafka/docs/ with 1 occurrences migrated to:
https://docs.spring.io/spring-cloud-stream-binder-kafka/docs/ ([https](https://docs.spring.io/spring-cloud-stream-binder-kafka/docs/ ) result 301).
* [ ] http://docs.spring.io/spring-cloud-stream-binder-kafka/docs/current-SNAPSHOT/reference/html/ with 1 occurrences migrated to:
https://docs.spring.io/spring-cloud-stream-binder-kafka/docs/current-SNAPSHOT/reference/html/ ([https](https://docs.spring.io/spring-cloud-stream-binder-kafka/docs/current-SNAPSHOT/reference/html/ ) result 301).
* [ ] http://docs.spring.io/spring-kafka/reference/html/_reference.html with 1 occurrences migrated to:
https://docs.spring.io/spring-kafka/reference/html/_reference.html ([https](https://docs.spring.io/spring-kafka/reference/html/_reference.html ) result 301).
* [ ] http://plugins.jetbrains.com/plugin/6546 with 2 occurrences migrated to:
https://plugins.jetbrains.com/plugin/6546 ([https](https://plugins.jetbrains.com/plugin/6546 ) result 301).
* [ ] http://raw.github.com/ with 1 occurrences migrated to:
https://raw.github.com/ ([https](https://raw.github.com/ ) result 301).
* [ ] http://eclipse.org with 2 occurrences migrated to:
https://eclipse.org ([https](https://eclipse.org ) result 302).
* [ ] http://eclipse.org/m2e/ with 4 occurrences migrated to:
https://eclipse.org/m2e/ ([https](https://eclipse.org/m2e/ ) result 302).
* [ ] http://www.springsource.com/developer/sts with 2 occurrences migrated to:
https://www.springsource.com/developer/sts ([https](https://www.springsource.com/developer/sts ) result 302).
2019-03-20 17:25:12 -04:00
Oleg Zhurakousky
27bb33f9e3
adjusting for home.html
2019-03-14 20:25:46 +01:00
Oleg Zhurakousky
ecd8cc587c
polishing docs
2019-03-14 20:14:02 +01:00
Oleg Zhurakousky
12a528fd88
Polishing docs styles
2019-03-14 19:19:42 +01:00
Spring Operator
4b138c4a2f
URL Cleanup
...
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).
# Fixed URLs
## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.
* http://stackoverflow.com/questions/1593051/how-to-programmatically-determine-the-current-checked-out-git-branch migrated to:
https://stackoverflow.com/questions/1593051/how-to-programmatically-determine-the-current-checked-out-git-branch ([https](https://stackoverflow.com/questions/1593051/how-to-programmatically-determine-the-current-checked-out-git-branch ) result 200).
* http://stackoverflow.com/questions/29300806/a-bash-script-to-check-if-a-string-is-present-in-a-comma-separated-list-of-strin migrated to:
https://stackoverflow.com/questions/29300806/a-bash-script-to-check-if-a-string-is-present-in-a-comma-separated-list-of-strin ([https](https://stackoverflow.com/questions/29300806/a-bash-script-to-check-if-a-string-is-present-in-a-comma-separated-list-of-strin ) result 200).
* http://www.apache.org/licenses/LICENSE-2.0 migrated to:
https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0 ) result 200).
* http://projects.spring.io/spring-cloud migrated to:
https://projects.spring.io/spring-cloud ([https](https://projects.spring.io/spring-cloud ) result 301).
* http://www.spring.io migrated to:
https://www.spring.io ([https](https://www.spring.io ) result 301).
* http://repo.spring.io/libs-milestone-local migrated to:
https://repo.spring.io/libs-milestone-local ([https](https://repo.spring.io/libs-milestone-local ) result 302).
* http://repo.spring.io/libs-release-local migrated to:
https://repo.spring.io/libs-release-local ([https](https://repo.spring.io/libs-release-local ) result 302).
* http://repo.spring.io/libs-snapshot-local migrated to:
https://repo.spring.io/libs-snapshot-local ([https](https://repo.spring.io/libs-snapshot-local ) result 302).
* http://repo.spring.io/release migrated to:
https://repo.spring.io/release ([https](https://repo.spring.io/release ) result 302).
# Ignored
These URLs were intentionally ignored.
* http://maven.apache.org/POM/4.0.0
* http://maven.apache.org/xsd/maven-4.0.0.xsd
* http://www.w3.org/2001/XMLSchema-instance
2019-03-13 18:38:53 -04:00
Oleg Zhurakousky
0af784aaa9
GH-559 Initial migration of docs to new style
...
Resolves #559
2019-03-13 16:40:45 +01:00
Soby Chacko
0deb8754bf
Remove producer partitioned property
...
On the producer side, partitioned is a derived property and the applications do not
have to set this explicitly. Remove any explicit references to it from the docs.
Fixes #542
2019-03-05 13:49:23 -05:00
Arnaud Jardiné
d80e66d9b8
Actuator health for Kafka-streams binder
...
Add documentation about health indicator
Fix failing tests + add tests for multiple Kafka streams
Polishing
Resolves #544
2019-02-14 16:26:56 -05:00
Aldo Sinanaj
fc92a6b0af
GH-389: Topic props: Use .topic instead of .admin
...
Resolves https://github.com/spring-cloud/spring-cloud-stream-binder-kafka/issues/389
GH-389: Deprecated [producer/consumer].admin in favor of topic property
GH-389: Fixed comments as suggest by Gary
Polishing - 2 more deprecation warning suppressions
2019-01-29 15:16:38 -05:00
Gary Russell
d65e8ff59d
GH-529: Add lz4 and docs for zstd compression
...
Resolves https://github.com/spring-cloud/spring-cloud-stream-binder-kafka/issues/529
- Also log exception when getting partition information
2019-01-16 12:49:12 -05:00
Oleg Zhurakousky
81f4a861c5
Fixed Kafka Stream binder docs
2018-11-19 16:30:35 +01:00
Gary Russell
2144d3e26f
GH-453: Add binding rebalance listener
...
Resolves https://github.com/spring-cloud/spring-cloud-stream-binder-kafka/issues/453
Fix initial value of initial variable
2018-11-07 14:54:02 -05:00
Oleg Zhurakousky
f6c058f9b8
Updated docs to be compliant with spring-cloud
...
polishing
2018-10-29 13:18:09 +01:00