Returns whether compatible schema evolution is enabled. # Returns `true` if compatible schema evolution is enabled, `false` otherwise.
(&self)
| 459 | /// |
| 460 | /// `true` if compatible schema evolution is enabled, `false` otherwise. |
| 461 | pub fn is_compatible(&self) -> bool { |
| 462 | self.config.compatible |
| 463 | } |
| 464 | |
| 465 | /// Returns whether string compression is enabled. |
| 466 | /// |
no outgoing calls
no test coverage detected