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

Remove JMX Trans support #8253

Merged
merged 5 commits into from
Mar 20, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Review comments PP
Signed-off-by: Jakub Scholz <www@scholzj.com>
  • Loading branch information
scholzj committed Mar 20, 2023
commit e8818c69a935e5305f7d5147bed8d44996735920
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public List<String> getMaintenanceTimeWindows() {
}

@Deprecated
@DeprecatedProperty(description = "JMXTrans is deprecated and removed in Strimzi 0.35.0")
@DeprecatedProperty(description = "JMXTrans is deprecated and related resources removed in Strimzi 0.35.0")
@PresentInVersions("v1alpha1-v1beta2")
@Description("JMXTrans is not supported anymore from Strimzi 0.35.0 and this option will be ignored.")
public JmxTransSpec getJmxTrans() {
Expand Down
2 changes: 1 addition & 1 deletion documentation/modules/appendix_crds.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Used in: xref:type-Kafka-{context}[`Kafka`]
|xref:type-CertificateAuthority-{context}[`CertificateAuthority`]
|cruiseControl 1.2+<.<a|Configuration for Cruise Control deployment. Deploys a Cruise Control instance when specified.
|xref:type-CruiseControlSpec-{context}[`CruiseControlSpec`]
|jmxTrans 1.2+<.<a|**The `jmxTrans` property has been deprecated.** JMXTrans is deprecated and removed in Strimzi 0.35.0 JMXTrans is not supported anymore from Strimzi 0.35.0 and this option will be ignored.
|jmxTrans 1.2+<.<a|**The `jmxTrans` property has been deprecated.** JMXTrans is deprecated and related resources removed in Strimzi 0.35.0 JMXTrans is not supported anymore from Strimzi 0.35.0 and this option will be ignored.
|xref:type-JmxTransSpec-{context}[`JmxTransSpec`]
|kafkaExporter 1.2+<.<a|Configuration of the Kafka Exporter. Kafka Exporter can provide additional metrics, for example lag of consumer group at topic/partition.
|xref:type-KafkaExporterSpec-{context}[`KafkaExporterSpec`]
Expand Down